{
  "type": "File",
  "start": 0,
  "end": 6280,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 170,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 6280,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 170,
        "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": "ImportDeclaration",
        "start": 32,
        "end": 83,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 51
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 39,
            "end": 56,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 24
              }
            },
            "local": {
              "type": "Identifier",
              "start": 39,
              "end": 56,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 24
                },
                "identifierName": "MeshPhongMaterial"
              },
              "name": "MeshPhongMaterial"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 62,
          "end": 82,
          "loc": {
            "start": {
              "line": 2,
              "column": 30
            },
            "end": {
              "line": 2,
              "column": 50
            }
          },
          "extra": {
            "rawValue": "../materials/phong",
            "raw": "'../materials/phong'"
          },
          "value": "../materials/phong"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 84,
        "end": 118,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 34
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 91,
            "end": 99,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "local": {
              "type": "Identifier",
              "start": 91,
              "end": 99,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 15
                },
                "identifierName": "Defaults"
              },
              "name": "Defaults"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 105,
          "end": 117,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 33
            }
          },
          "extra": {
            "rawValue": "./defaults",
            "raw": "'./defaults'"
          },
          "value": "./defaults"
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 120,
        "end": 1798,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 47,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 127,
          "end": 1798,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 47,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 136,
            "end": 145,
            "loc": {
              "start": {
                "line": 5,
                "column": 16
              },
              "end": {
                "line": 5,
                "column": 25
              },
              "identifierName": "parseLine"
            },
            "name": "parseLine"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 146,
              "end": 150,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 26
                },
                "end": {
                  "line": 5,
                  "column": 30
                },
                "identifierName": "data"
              },
              "name": "data"
            },
            {
              "type": "Identifier",
              "start": 152,
              "end": 159,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 32
                },
                "end": {
                  "line": 5,
                  "column": 39
                },
                "identifierName": "context"
              },
              "name": "context"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 161,
            "end": 1798,
            "loc": {
              "start": {
                "line": 5,
                "column": 41
              },
              "end": {
                "line": 47,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 168,
                "end": 194,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4
                  },
                  "end": {
                    "line": 7,
                    "column": 30
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 172,
                    "end": 193,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 29
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 172,
                      "end": 183,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 19
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 174,
                          "end": 181,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 10
                            },
                            "end": {
                              "line": 7,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 174,
                            "end": 181,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 10
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 174,
                            "end": 181,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 10
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 186,
                      "end": 193,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 22
                        },
                        "end": {
                          "line": 7,
                          "column": 29
                        },
                        "identifierName": "context"
                      },
                      "name": "context"
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 199,
                "end": 235,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4
                  },
                  "end": {
                    "line": 8,
                    "column": 40
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 203,
                    "end": 234,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8
                      },
                      "end": {
                        "line": 8,
                        "column": 39
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 203,
                      "end": 227,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 32
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 205,
                          "end": 207,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 10
                            },
                            "end": {
                              "line": 8,
                              "column": 12
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 205,
                            "end": 207,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 10
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 205,
                            "end": 207,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 10
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 209,
                          "end": 225,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 14
                            },
                            "end": {
                              "line": 8,
                              "column": 30
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 209,
                            "end": 213,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 14
                              },
                              "end": {
                                "line": 8,
                                "column": 18
                              },
                              "identifierName": "line"
                            },
                            "name": "line"
                          },
                          "value": {
                            "type": "ObjectPattern",
                            "start": 215,
                            "end": 225,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 20
                              },
                              "end": {
                                "line": 8,
                                "column": 30
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 217,
                                "end": 223,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 217,
                                  "end": 223,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 28
                                    },
                                    "identifierName": "groups"
                                  },
                                  "name": "groups"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 217,
                                  "end": 223,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 28
                                    },
                                    "identifierName": "groups"
                                  },
                                  "name": "groups"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 230,
                      "end": 234,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 35
                        },
                        "end": {
                          "line": 8,
                          "column": 39
                        },
                        "identifierName": "data"
                      },
                      "name": "data"
                    }
                  }
                ],
                "kind": "let",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create mesh",
                    "start": 241,
                    "end": 255,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 18
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 260,
                "end": 296,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 4
                  },
                  "end": {
                    "line": 11,
                    "column": 40
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 264,
                    "end": 295,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 8
                      },
                      "end": {
                        "line": 11,
                        "column": 39
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 264,
                      "end": 268,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 12
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 271,
                      "end": 295,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 15
                        },
                        "end": {
                          "line": 11,
                          "column": 39
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 275,
                        "end": 293,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 19
                          },
                          "end": {
                            "line": 11,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 275,
                          "end": 280,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 19
                            },
                            "end": {
                              "line": 11,
                              "column": 24
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 281,
                          "end": 293,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 25
                            },
                            "end": {
                              "line": 11,
                              "column": 37
                            },
                            "identifierName": "LineSegments"
                          },
                          "name": "LineSegments"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "let",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create mesh",
                    "start": 241,
                    "end": 255,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 18
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 301,
                "end": 420,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 12,
                    "column": 123
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 301,
                  "end": 419,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4
                    },
                    "end": {
                      "line": 12,
                      "column": 122
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 301,
                    "end": 317,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 20
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 301,
                      "end": 305,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 8
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 306,
                      "end": 317,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 9
                        },
                        "end": {
                          "line": 12,
                          "column": 20
                        },
                        "identifierName": "renderOrder"
                      },
                      "name": "renderOrder"
                    },
                    "computed": false
                  },
                  "right": {
                    "type": "ConditionalExpression",
                    "start": 320,
                    "end": 419,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 23
                      },
                      "end": {
                        "line": 12,
                        "column": 122
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 320,
                      "end": 376,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 23
                        },
                        "end": {
                          "line": 12,
                          "column": 79
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 320,
                        "end": 360,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 23
                          },
                          "end": {
                            "line": 12,
                            "column": 63
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 327,
                          "end": 360,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 30
                            },
                            "end": {
                              "line": 12,
                              "column": 63
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 327,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 30
                              },
                              "end": {
                                "line": 12,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 327,
                              "end": 335,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 30
                                },
                                "end": {
                                  "line": 12,
                                  "column": 38
                                },
                                "identifierName": "Defaults"
                              },
                              "name": "Defaults"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 336,
                              "end": 347,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 39
                                },
                                "end": {
                                  "line": 12,
                                  "column": 50
                                },
                                "identifierName": "renderOrder"
                              },
                              "name": "renderOrder"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 348,
                            "end": 360,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 51
                              },
                              "end": {
                                "line": 12,
                                "column": 63
                              },
                              "identifierName": "LineSegments"
                            },
                            "name": "LineSegments"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "!==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 365,
                        "end": 376,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 68
                          },
                          "end": {
                            "line": 12,
                            "column": 79
                          }
                        },
                        "extra": {
                          "rawValue": "undefined",
                          "raw": "\"undefined\""
                        },
                        "value": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "MemberExpression",
                      "start": 380,
                      "end": 413,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 83
                        },
                        "end": {
                          "line": 12,
                          "column": 116
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 380,
                        "end": 400,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 83
                          },
                          "end": {
                            "line": 12,
                            "column": 103
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 380,
                          "end": 388,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 83
                            },
                            "end": {
                              "line": 12,
                              "column": 91
                            },
                            "identifierName": "Defaults"
                          },
                          "name": "Defaults"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 389,
                          "end": 400,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 92
                            },
                            "end": {
                              "line": 12,
                              "column": 103
                            },
                            "identifierName": "renderOrder"
                          },
                          "name": "renderOrder"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 401,
                        "end": 413,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 104
                          },
                          "end": {
                            "line": 12,
                            "column": 116
                          },
                          "identifierName": "LineSegments"
                        },
                        "name": "LineSegments"
                      },
                      "computed": false
                    },
                    "alternate": {
                      "type": "NumericLiteral",
                      "start": 416,
                      "end": 419,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 119
                        },
                        "end": {
                          "line": 12,
                          "column": 122
                        }
                      },
                      "extra": {
                        "rawValue": 100,
                        "raw": "100"
                      },
                      "value": 100
                    }
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "start": 425,
                "end": 504,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 4
                  },
                  "end": {
                    "line": 13,
                    "column": 83
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 425,
                  "end": 503,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4
                    },
                    "end": {
                      "line": 13,
                      "column": 82
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 425,
                    "end": 438,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 425,
                      "end": 429,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 8
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 430,
                      "end": 438,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 9
                        },
                        "end": {
                          "line": 13,
                          "column": 17
                        },
                        "identifierName": "userData"
                      },
                      "name": "userData"
                    },
                    "computed": false
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "start": 441,
                    "end": 503,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 20
                      },
                      "end": {
                        "line": 13,
                        "column": 82
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 443,
                        "end": 448,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 22
                          },
                          "end": {
                            "line": 13,
                            "column": 27
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 443,
                          "end": 445,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 22
                            },
                            "end": {
                              "line": 13,
                              "column": 24
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "value": {
                          "type": "NumericLiteral",
                          "start": 447,
                          "end": 448,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 26
                            },
                            "end": {
                              "line": 13,
                              "column": 27
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 450,
                        "end": 462,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 29
                          },
                          "end": {
                            "line": 13,
                            "column": 41
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 450,
                          "end": 458,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 29
                            },
                            "end": {
                              "line": 13,
                              "column": 37
                            },
                            "identifierName": "parentId"
                          },
                          "name": "parentId"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 460,
                          "end": 462,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 39
                            },
                            "end": {
                              "line": 13,
                              "column": 41
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 464,
                        "end": 501,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 43
                          },
                          "end": {
                            "line": 13,
                            "column": 80
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 464,
                          "end": 468,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 43
                            },
                            "end": {
                              "line": 13,
                              "column": 47
                            },
                            "identifierName": "refs"
                          },
                          "name": "refs"
                        },
                        "value": {
                          "type": "CallExpression",
                          "start": 470,
                          "end": 501,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 49
                            },
                            "end": {
                              "line": 13,
                              "column": 80
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 470,
                            "end": 480,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 49
                              },
                              "end": {
                                "line": 13,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 470,
                              "end": 476,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 49
                                },
                                "end": {
                                  "line": 13,
                                  "column": 55
                                },
                                "identifierName": "groups"
                              },
                              "name": "groups"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 477,
                              "end": 480,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 56
                                },
                                "end": {
                                  "line": 13,
                                  "column": 59
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 481,
                              "end": 500,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 60
                                },
                                "end": {
                                  "line": 13,
                                  "column": 79
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": true,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 481,
                                  "end": 486,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 65
                                    },
                                    "identifierName": "group"
                                  },
                                  "name": "group"
                                }
                              ],
                              "body": {
                                "type": "MemberExpression",
                                "start": 490,
                                "end": 500,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 79
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 490,
                                  "end": 495,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 74
                                    },
                                    "identifierName": "group"
                                  },
                                  "name": "group"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 496,
                                  "end": 500,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 79
                                    },
                                    "identifierName": "meta"
                                  },
                                  "name": "meta"
                                },
                                "computed": false
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create geometry",
                    "start": 510,
                    "end": 528,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 22
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 533,
                "end": 576,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 47
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 533,
                  "end": 575,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 4
                    },
                    "end": {
                      "line": 16,
                      "column": 46
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 533,
                    "end": 546,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 533,
                      "end": 537,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 8
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 538,
                      "end": 546,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 9
                        },
                        "end": {
                          "line": 16,
                          "column": 17
                        },
                        "identifierName": "geometry"
                      },
                      "name": "geometry"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "right": {
                    "type": "NewExpression",
                    "start": 549,
                    "end": 575,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 20
                      },
                      "end": {
                        "line": 16,
                        "column": 46
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 553,
                      "end": 573,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 24
                        },
                        "end": {
                          "line": 16,
                          "column": 44
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 553,
                        "end": 558,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 24
                          },
                          "end": {
                            "line": 16,
                            "column": 29
                          },
                          "identifierName": "THREE"
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 559,
                        "end": 573,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 30
                          },
                          "end": {
                            "line": 16,
                            "column": 44
                          },
                          "identifierName": "BufferGeometry"
                        },
                        "name": "BufferGeometry"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create geometry",
                    "start": 510,
                    "end": 528,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 22
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 581,
                "end": 670,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 93
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 581,
                  "end": 669,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 4
                    },
                    "end": {
                      "line": 17,
                      "column": 92
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 581,
                    "end": 607,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 30
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 581,
                      "end": 594,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 581,
                        "end": 585,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 17,
                            "column": 8
                          },
                          "identifierName": "geom"
                        },
                        "name": "geom"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 586,
                        "end": 594,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 9
                          },
                          "end": {
                            "line": 17,
                            "column": 17
                          },
                          "identifierName": "geometry"
                        },
                        "name": "geometry"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 595,
                      "end": 607,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 18
                        },
                        "end": {
                          "line": 17,
                          "column": 30
                        },
                        "identifierName": "addAttribute"
                      },
                      "name": "addAttribute"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "StringLiteral",
                      "start": 608,
                      "end": 618,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 31
                        },
                        "end": {
                          "line": 17,
                          "column": 41
                        }
                      },
                      "extra": {
                        "rawValue": "position",
                        "raw": "'position'"
                      },
                      "value": "position"
                    },
                    {
                      "type": "NewExpression",
                      "start": 620,
                      "end": 668,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 43
                        },
                        "end": {
                          "line": 17,
                          "column": 91
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 624,
                        "end": 645,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 47
                          },
                          "end": {
                            "line": 17,
                            "column": 68
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 624,
                          "end": 629,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 47
                            },
                            "end": {
                              "line": 17,
                              "column": 52
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 630,
                          "end": 645,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 53
                            },
                            "end": {
                              "line": 17,
                              "column": 68
                            },
                            "identifierName": "BufferAttribute"
                          },
                          "name": "BufferAttribute"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 646,
                          "end": 664,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 69
                            },
                            "end": {
                              "line": 17,
                              "column": 87
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 646,
                            "end": 655,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 69
                              },
                              "end": {
                                "line": 17,
                                "column": 78
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 646,
                              "end": 650,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 69
                                },
                                "end": {
                                  "line": 17,
                                  "column": 73
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 651,
                              "end": 655,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 74
                                },
                                "end": {
                                  "line": 17,
                                  "column": 78
                                },
                                "identifierName": "line"
                              },
                              "name": "line"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 656,
                            "end": 664,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 79
                              },
                              "end": {
                                "line": 17,
                                "column": 87
                              },
                              "identifierName": "vertices"
                            },
                            "name": "vertices"
                          },
                          "computed": false
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 666,
                          "end": 667,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 89
                            },
                            "end": {
                              "line": 17,
                              "column": 90
                            }
                          },
                          "extra": {
                            "rawValue": 3,
                            "raw": "3"
                          },
                          "value": 3
                        }
                      ]
                    }
                  ]
                }
              },
              {
                "type": "ExpressionStatement",
                "start": 675,
                "end": 701,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 4
                  },
                  "end": {
                    "line": 18,
                    "column": 30
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 675,
                  "end": 700,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 4
                    },
                    "end": {
                      "line": 18,
                      "column": 29
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 675,
                    "end": 695,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 18,
                        "column": 24
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 675,
                      "end": 688,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 675,
                        "end": 679,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 8
                          },
                          "identifierName": "geom"
                        },
                        "name": "geom"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 680,
                        "end": 688,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 9
                          },
                          "end": {
                            "line": 18,
                            "column": 17
                          },
                          "identifierName": "geometry"
                        },
                        "name": "geometry"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 689,
                      "end": 695,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 18
                        },
                        "end": {
                          "line": 18,
                          "column": 24
                        },
                        "identifierName": "groups"
                      },
                      "name": "groups"
                    },
                    "computed": false
                  },
                  "right": {
                    "type": "ArrayExpression",
                    "start": 698,
                    "end": 700,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 27
                      },
                      "end": {
                        "line": 18,
                        "column": 29
                      }
                    },
                    "elements": []
                  }
                }
              },
              {
                "type": "IfStatement",
                "start": 707,
                "end": 1754,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 44,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 711,
                  "end": 739,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 8
                    },
                    "end": {
                      "line": 20,
                      "column": 36
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 711,
                    "end": 727,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 8
                      },
                      "end": {
                        "line": 20,
                        "column": 24
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 711,
                      "end": 718,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 15
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 719,
                      "end": 727,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 16
                        },
                        "end": {
                          "line": 20,
                          "column": 24
                        },
                        "identifierName": "material"
                      },
                      "name": "material"
                    },
                    "computed": false
                  },
                  "operator": "===",
                  "right": {
                    "type": "StringLiteral",
                    "start": 732,
                    "end": 739,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 29
                      },
                      "end": {
                        "line": 20,
                        "column": 36
                      }
                    },
                    "extra": {
                      "rawValue": "multi",
                      "raw": "'multi'"
                    },
                    "value": "multi"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 741,
                  "end": 1405,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 38
                    },
                    "end": {
                      "line": 35,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 751,
                      "end": 1398,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 12
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 751,
                        "end": 1397,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 11
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 751,
                          "end": 764,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 751,
                            "end": 755,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 756,
                            "end": 764,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 21
                              },
                              "identifierName": "material"
                            },
                            "name": "material"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 767,
                          "end": 1397,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 24
                            },
                            "end": {
                              "line": 33,
                              "column": 11
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 771,
                            "end": 790,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 28
                              },
                              "end": {
                                "line": 21,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 771,
                              "end": 776,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 28
                                },
                                "end": {
                                  "line": 21,
                                  "column": 33
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 777,
                              "end": 790,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 34
                                },
                                "end": {
                                  "line": 21,
                                  "column": 47
                                },
                                "identifierName": "MultiMaterial"
                              },
                              "name": "MultiMaterial"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 791,
                              "end": 1396,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 48
                                },
                                "end": {
                                  "line": 33,
                                  "column": 10
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 791,
                                "end": 801,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 791,
                                  "end": 797,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 54
                                    },
                                    "identifierName": "groups"
                                  },
                                  "name": "groups"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 798,
                                  "end": 801,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 58
                                    },
                                    "identifierName": "map"
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 802,
                                  "end": 1395,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 9
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 802,
                                      "end": 807,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 64
                                        },
                                        "identifierName": "group"
                                      },
                                      "name": "group"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 811,
                                    "end": 1395,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 825,
                                        "end": 852,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 825,
                                          "end": 851,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 38
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 825,
                                            "end": 839,
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 26
                                              },
                                              "identifierName": "convertVectors"
                                            },
                                            "name": "convertVectors"
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 840,
                                              "end": 850,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 840,
                                                "end": 845,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 32
                                                  },
                                                  "identifierName": "group"
                                                },
                                                "name": "group"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 846,
                                                "end": 850,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 37
                                                  },
                                                  "identifierName": "meta"
                                                },
                                                "name": "meta"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 865,
                                        "end": 989,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 136
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 865,
                                          "end": 988,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 135
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 865,
                                            "end": 890,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 865,
                                              "end": 885,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 865,
                                                "end": 878,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 25
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 865,
                                                  "end": 869,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 16
                                                    },
                                                    "identifierName": "geom"
                                                  },
                                                  "name": "geom"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 870,
                                                  "end": 878,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 25
                                                    },
                                                    "identifierName": "geometry"
                                                  },
                                                  "name": "geometry"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 879,
                                                "end": 885,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 32
                                                  },
                                                  "identifierName": "groups"
                                                },
                                                "name": "groups"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 886,
                                              "end": 890,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 37
                                                },
                                                "identifierName": "push"
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 891,
                                              "end": 987,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 134
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 893,
                                                  "end": 915,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 62
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 893,
                                                    "end": 898,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 45
                                                      },
                                                      "identifierName": "start"
                                                    },
                                                    "name": "start"
                                                  },
                                                  "value": {
                                                    "type": "BinaryExpression",
                                                    "start": 900,
                                                    "end": 915,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 62
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 900,
                                                      "end": 911,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 58
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 900,
                                                        "end": 905,
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 52
                                                          },
                                                          "identifierName": "group"
                                                        },
                                                        "name": "group"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 906,
                                                        "end": 911,
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 58
                                                          },
                                                          "identifierName": "start"
                                                        },
                                                        "name": "start"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": "/",
                                                    "right": {
                                                      "type": "NumericLiteral",
                                                      "start": 914,
                                                      "end": 915,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 62
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 3,
                                                        "raw": "3"
                                                      },
                                                      "value": 3
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 917,
                                                  "end": 939,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 86
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 917,
                                                    "end": 922,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 69
                                                      },
                                                      "identifierName": "count"
                                                    },
                                                    "name": "count"
                                                  },
                                                  "value": {
                                                    "type": "BinaryExpression",
                                                    "start": 924,
                                                    "end": 939,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 86
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 924,
                                                      "end": 935,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 82
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 924,
                                                        "end": 929,
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 76
                                                          },
                                                          "identifierName": "group"
                                                        },
                                                        "name": "group"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 930,
                                                        "end": 935,
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 82
                                                          },
                                                          "identifierName": "count"
                                                        },
                                                        "name": "count"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": "/",
                                                    "right": {
                                                      "type": "NumericLiteral",
                                                      "start": 938,
                                                      "end": 939,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 85
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 86
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 3,
                                                        "raw": "3"
                                                      },
                                                      "value": 3
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 941,
                                                  "end": 967,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 114
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 941,
                                                    "end": 954,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 88
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 101
                                                      },
                                                      "identifierName": "materialIndex"
                                                    },
                                                    "name": "materialIndex"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 956,
                                                    "end": 967,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 103
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 114
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 956,
                                                      "end": 961,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 103
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 108
                                                        },
                                                        "identifierName": "group"
                                                      },
                                                      "name": "group"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 962,
                                                      "end": 967,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 109
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 114
                                                        },
                                                        "identifierName": "index"
                                                      },
                                                      "name": "index"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 969,
                                                  "end": 985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 116
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 132
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 969,
                                                    "end": 973,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 116
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 120
                                                      },
                                                      "identifierName": "meta"
                                                    },
                                                    "name": "meta"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 975,
                                                    "end": 985,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 122
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 132
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 975,
                                                      "end": 980,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 122
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 127
                                                        },
                                                        "identifierName": "group"
                                                      },
                                                      "name": "group"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 981,
                                                      "end": 985,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 128
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 132
                                                        },
                                                        "identifierName": "meta"
                                                      },
                                                      "name": "meta"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1002,
                                        "end": 1280,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 15
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1006,
                                            "end": 1279,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 14
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1006,
                                              "end": 1014,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 24
                                                },
                                                "identifierName": "material"
                                              },
                                              "name": "material"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 1017,
                                              "end": 1279,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 14
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1021,
                                                "end": 1044,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 54
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1021,
                                                  "end": 1026,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 36
                                                    },
                                                    "identifierName": "THREE"
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1027,
                                                  "end": 1044,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 54
                                                    },
                                                    "identifierName": "LineBasicMaterial"
                                                  },
                                                  "name": "LineBasicMaterial"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 1045,
                                                  "end": 1278,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 13
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 1063,
                                                      "end": 1151,
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 104
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1063,
                                                        "end": 1068,
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 21
                                                          },
                                                          "identifierName": "color"
                                                        },
                                                        "name": "color"
                                                      },
                                                      "value": {
                                                        "type": "NewExpression",
                                                        "start": 1070,
                                                        "end": 1151,
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 104
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1074,
                                                          "end": 1085,
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 38
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1074,
                                                            "end": 1079,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 32
                                                              },
                                                              "identifierName": "THREE"
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1080,
                                                            "end": 1085,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 38
                                                              },
                                                              "identifierName": "Color"
                                                            },
                                                            "name": "Color"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 1086,
                                                            "end": 1106,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 59
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 1086,
                                                              "end": 1100,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 1086,
                                                                "end": 1097,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1086,
                                                                  "end": 1091,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 44
                                                                    },
                                                                    "identifierName": "group"
                                                                  },
                                                                  "name": "group"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1092,
                                                                  "end": 1097,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "color"
                                                                  },
                                                                  "name": "color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 1098,
                                                                "end": 1099,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 0,
                                                                  "raw": "0"
                                                                },
                                                                "value": 0
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "/",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 1103,
                                                              "end": 1106,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 59
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 255,
                                                                "raw": "255"
                                                              },
                                                              "value": 255
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 1108,
                                                            "end": 1128,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 81
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 1108,
                                                              "end": 1122,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 61
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 75
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 1108,
                                                                "end": 1119,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 61
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 72
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1108,
                                                                  "end": 1113,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 66
                                                                    },
                                                                    "identifierName": "group"
                                                                  },
                                                                  "name": "group"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1114,
                                                                  "end": 1119,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 67
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 72
                                                                    },
                                                                    "identifierName": "color"
                                                                  },
                                                                  "name": "color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 1120,
                                                                "end": 1121,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 73
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 74
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 1,
                                                                  "raw": "1"
                                                                },
                                                                "value": 1
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "/",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 1125,
                                                              "end": 1128,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 78
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 81
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 255,
                                                                "raw": "255"
                                                              },
                                                              "value": 255
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 1130,
                                                            "end": 1150,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 83
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 103
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 1130,
                                                              "end": 1144,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 83
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 97
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 1130,
                                                                "end": 1141,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 83
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 94
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1130,
                                                                  "end": 1135,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 83
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 88
                                                                    },
                                                                    "identifierName": "group"
                                                                  },
                                                                  "name": "group"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1136,
                                                                  "end": 1141,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 89
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 94
                                                                    },
                                                                    "identifierName": "color"
                                                                  },
                                                                  "name": "color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 1142,
                                                                "end": 1143,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 95
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 96
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 2,
                                                                  "raw": "2"
                                                                },
                                                                "value": 2
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "/",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 1147,
                                                              "end": 1150,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 100
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 103
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 255,
                                                                "raw": "255"
                                                              },
                                                              "value": 255
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 1169,
                                                      "end": 1201,
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 48
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1169,
                                                        "end": 1176,
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 23
                                                          },
                                                          "identifierName": "opacity"
                                                        },
                                                        "name": "opacity"
                                                      },
                                                      "value": {
                                                        "type": "MemberExpression",
                                                        "start": 1178,
                                                        "end": 1201,
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 1178,
                                                          "end": 1193,
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 40
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1178,
                                                            "end": 1182,
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 29
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1183,
                                                            "end": 1193,
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 40
                                                              },
                                                              "identifierName": "properties"
                                                            },
                                                            "name": "properties"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1194,
                                                          "end": 1201,
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 48
                                                            },
                                                            "identifierName": "opacity"
                                                          },
                                                          "name": "opacity"
                                                        },
                                                        "computed": false
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 1219,
                                                      "end": 1236,
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 33
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1219,
                                                        "end": 1230,
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 27
                                                          },
                                                          "identifierName": "transparent"
                                                        },
                                                        "name": "transparent"
                                                      },
                                                      "value": {
                                                        "type": "BooleanLiteral",
                                                        "start": 1232,
                                                        "end": 1236,
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 33
                                                          }
                                                        },
                                                        "value": true
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 1254,
                                                      "end": 1264,
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 26
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1254,
                                                        "end": 1257,
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 19
                                                          },
                                                          "identifierName": "fog"
                                                        },
                                                        "name": "fog"
                                                      },
                                                      "value": {
                                                        "type": "BooleanLiteral",
                                                        "start": 1259,
                                                        "end": 1264,
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 26
                                                          }
                                                        },
                                                        "value": false
                                                      }
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1293,
                                        "end": 1320,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1293,
                                          "end": 1319,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1293,
                                            "end": 1306,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1293,
                                              "end": 1301,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 20
                                                },
                                                "identifierName": "material"
                                              },
                                              "name": "material"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1302,
                                              "end": 1306,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 25
                                                },
                                                "identifierName": "meta"
                                              },
                                              "name": "meta"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 1309,
                                            "end": 1319,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1309,
                                              "end": 1314,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 33
                                                },
                                                "identifierName": "group"
                                              },
                                              "name": "group"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1315,
                                              "end": 1319,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 38
                                                },
                                                "identifierName": "meta"
                                              },
                                              "name": "meta"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1333,
                                        "end": 1356,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 35
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1333,
                                          "end": 1355,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 34
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1333,
                                            "end": 1348,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1333,
                                              "end": 1341,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 20
                                                },
                                                "identifierName": "material"
                                              },
                                              "name": "material"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1342,
                                              "end": 1348,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 27
                                                },
                                                "identifierName": "parent"
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 1351,
                                            "end": 1355,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 34
                                              },
                                              "identifierName": "geom"
                                            },
                                            "name": "geom"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 1369,
                                        "end": 1385,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 28
                                          }
                                        },
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 1376,
                                          "end": 1384,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 27
                                            },
                                            "identifierName": "material"
                                          },
                                          "name": "material"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 1411,
                  "end": 1754,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 11
                    },
                    "end": {
                      "line": 44,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1422,
                      "end": 1711,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1422,
                        "end": 1710,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 10
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1422,
                          "end": 1435,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1422,
                            "end": 1426,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1427,
                            "end": 1435,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 21
                              },
                              "identifierName": "material"
                            },
                            "name": "material"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1438,
                          "end": 1710,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 24
                            },
                            "end": {
                              "line": 42,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1442,
                            "end": 1465,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 28
                              },
                              "end": {
                                "line": 37,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1442,
                              "end": 1447,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 28
                                },
                                "end": {
                                  "line": 37,
                                  "column": 33
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1448,
                              "end": 1465,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 34
                                },
                                "end": {
                                  "line": 37,
                                  "column": 51
                                },
                                "identifierName": "LineBasicMaterial"
                              },
                              "name": "LineBasicMaterial"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 1466,
                              "end": 1709,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 52
                                },
                                "end": {
                                  "line": 42,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 1480,
                                  "end": 1598,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 130
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1480,
                                    "end": 1485,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 17
                                      },
                                      "identifierName": "color"
                                    },
                                    "name": "color"
                                  },
                                  "value": {
                                    "type": "NewExpression",
                                    "start": 1487,
                                    "end": 1598,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 130
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1491,
                                      "end": 1502,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1491,
                                        "end": 1496,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 28
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1497,
                                        "end": 1502,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 34
                                          },
                                          "identifierName": "Color"
                                        },
                                        "name": "Color"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1503,
                                        "end": 1533,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 65
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1503,
                                          "end": 1527,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1503,
                                            "end": 1524,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1503,
                                              "end": 1518,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1503,
                                                "end": 1507,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 39
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1508,
                                                "end": 1518,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 50
                                                  },
                                                  "identifierName": "properties"
                                                },
                                                "name": "properties"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1519,
                                              "end": 1524,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 56
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 1525,
                                            "end": 1526,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 58
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          "computed": true
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 1530,
                                          "end": 1533,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 65
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 255,
                                            "raw": "255"
                                          },
                                          "value": 255
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1535,
                                        "end": 1565,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 97
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1535,
                                          "end": 1559,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 91
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1535,
                                            "end": 1556,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1535,
                                              "end": 1550,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 82
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1535,
                                                "end": 1539,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 71
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1540,
                                                "end": 1550,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 82
                                                  },
                                                  "identifierName": "properties"
                                                },
                                                "name": "properties"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1551,
                                              "end": 1556,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 88
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 1557,
                                            "end": 1558,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 90
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "computed": true
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 1562,
                                          "end": 1565,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 94
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 97
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 255,
                                            "raw": "255"
                                          },
                                          "value": 255
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1567,
                                        "end": 1597,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 99
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 129
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1567,
                                          "end": 1591,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 99
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 123
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1567,
                                            "end": 1588,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 120
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1567,
                                              "end": 1582,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 99
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 114
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1567,
                                                "end": 1571,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 99
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 103
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1572,
                                                "end": 1582,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 114
                                                  },
                                                  "identifierName": "properties"
                                                },
                                                "name": "properties"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1583,
                                              "end": 1588,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 115
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 120
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 1589,
                                            "end": 1590,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 121
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 122
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 2,
                                              "raw": "2"
                                            },
                                            "value": 2
                                          },
                                          "computed": true
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 1594,
                                          "end": 1597,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 126
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 129
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 255,
                                            "raw": "255"
                                          },
                                          "value": 255
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 1612,
                                  "end": 1644,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 44
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1612,
                                    "end": 1619,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 19
                                      },
                                      "identifierName": "opacity"
                                    },
                                    "name": "opacity"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1621,
                                    "end": 1644,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1621,
                                      "end": 1636,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1621,
                                        "end": 1625,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 25
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1626,
                                        "end": 1636,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 36
                                          },
                                          "identifierName": "properties"
                                        },
                                        "name": "properties"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1637,
                                      "end": 1644,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 44
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 1658,
                                  "end": 1675,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 29
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1658,
                                    "end": 1669,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 23
                                      },
                                      "identifierName": "transparent"
                                    },
                                    "name": "transparent"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 1671,
                                    "end": 1675,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 29
                                      }
                                    },
                                    "value": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 1689,
                                  "end": 1699,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 22
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1689,
                                    "end": 1692,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 15
                                      },
                                      "identifierName": "fog"
                                    },
                                    "name": "fog"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 1694,
                                    "end": 1699,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 22
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1720,
                      "end": 1748,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1720,
                        "end": 1747,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1720,
                          "end": 1740,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1720,
                            "end": 1733,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1720,
                              "end": 1724,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 12
                                },
                                "identifierName": "geom"
                              },
                              "name": "geom"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1725,
                              "end": 1733,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 13
                                },
                                "end": {
                                  "line": 43,
                                  "column": 21
                                },
                                "identifierName": "material"
                              },
                              "name": "material"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1734,
                            "end": 1740,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 22
                              },
                              "end": {
                                "line": 43,
                                "column": 28
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1743,
                          "end": 1747,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 31
                            },
                            "end": {
                              "line": 43,
                              "column": 35
                            },
                            "identifierName": "geom"
                          },
                          "name": "geom"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ReturnStatement",
                "start": 1760,
                "end": 1796,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 40
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 1767,
                  "end": 1795,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 11
                    },
                    "end": {
                      "line": 46,
                      "column": 39
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 1767,
                    "end": 1775,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 11
                      },
                      "end": {
                        "line": 46,
                        "column": 19
                      },
                      "identifierName": "finalize"
                    },
                    "name": "finalize"
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 1776,
                      "end": 1780,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 20
                        },
                        "end": {
                          "line": 46,
                          "column": 24
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom"
                    },
                    {
                      "type": "Identifier",
                      "start": 1782,
                      "end": 1786,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 26
                        },
                        "end": {
                          "line": 46,
                          "column": 30
                        },
                        "identifierName": "data"
                      },
                      "name": "data"
                    },
                    {
                      "type": "Identifier",
                      "start": 1788,
                      "end": 1794,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 32
                        },
                        "end": {
                          "line": 46,
                          "column": 38
                        },
                        "identifierName": "groups"
                      },
                      "name": "groups"
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1800,
        "end": 5606,
        "loc": {
          "start": {
            "line": 49,
            "column": 0
          },
          "end": {
            "line": 147,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 1807,
          "end": 5606,
          "loc": {
            "start": {
              "line": 49,
              "column": 7
            },
            "end": {
              "line": 147,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 1816,
            "end": 1825,
            "loc": {
              "start": {
                "line": 49,
                "column": 16
              },
              "end": {
                "line": 49,
                "column": 25
              },
              "identifierName": "parseMesh"
            },
            "name": "parseMesh"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 1826,
              "end": 1830,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 26
                },
                "end": {
                  "line": 49,
                  "column": 30
                },
                "identifierName": "data"
              },
              "name": "data"
            },
            {
              "type": "Identifier",
              "start": 1832,
              "end": 1839,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 32
                },
                "end": {
                  "line": 49,
                  "column": 39
                },
                "identifierName": "context"
              },
              "name": "context"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 1841,
            "end": 5606,
            "loc": {
              "start": {
                "line": 49,
                "column": 41
              },
              "end": {
                "line": 147,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 1848,
                "end": 1874,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 4
                  },
                  "end": {
                    "line": 51,
                    "column": 30
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1852,
                    "end": 1873,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 8
                      },
                      "end": {
                        "line": 51,
                        "column": 29
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 1852,
                      "end": 1863,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 19
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1854,
                          "end": 1861,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 10
                            },
                            "end": {
                              "line": 51,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1854,
                            "end": 1861,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 10
                              },
                              "end": {
                                "line": 51,
                                "column": 17
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 1854,
                            "end": 1861,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 10
                              },
                              "end": {
                                "line": 51,
                                "column": 17
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 1866,
                      "end": 1873,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 22
                        },
                        "end": {
                          "line": 51,
                          "column": 29
                        },
                        "identifierName": "context"
                      },
                      "name": "context"
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 1879,
                "end": 1915,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 4
                  },
                  "end": {
                    "line": 52,
                    "column": 40
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1883,
                    "end": 1914,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 8
                      },
                      "end": {
                        "line": 52,
                        "column": 39
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 1883,
                      "end": 1907,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 32
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1885,
                          "end": 1887,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 10
                            },
                            "end": {
                              "line": 52,
                              "column": 12
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1885,
                            "end": 1887,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 10
                              },
                              "end": {
                                "line": 52,
                                "column": 12
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 1885,
                            "end": 1887,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 10
                              },
                              "end": {
                                "line": 52,
                                "column": 12
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1889,
                          "end": 1905,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 14
                            },
                            "end": {
                              "line": 52,
                              "column": 30
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1889,
                            "end": 1893,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 14
                              },
                              "end": {
                                "line": 52,
                                "column": 18
                              },
                              "identifierName": "mesh"
                            },
                            "name": "mesh"
                          },
                          "value": {
                            "type": "ObjectPattern",
                            "start": 1895,
                            "end": 1905,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 20
                              },
                              "end": {
                                "line": 52,
                                "column": 30
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 1897,
                                "end": 1903,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1897,
                                  "end": 1903,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 28
                                    },
                                    "identifierName": "groups"
                                  },
                                  "name": "groups"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 1897,
                                  "end": 1903,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 28
                                    },
                                    "identifierName": "groups"
                                  },
                                  "name": "groups"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 1910,
                      "end": 1914,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 35
                        },
                        "end": {
                          "line": 52,
                          "column": 39
                        },
                        "identifierName": "data"
                      },
                      "name": "data"
                    }
                  }
                ],
                "kind": "let",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create mesh",
                    "start": 1921,
                    "end": 1935,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 4
                      },
                      "end": {
                        "line": 54,
                        "column": 18
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 1940,
                "end": 1968,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 4
                  },
                  "end": {
                    "line": 55,
                    "column": 32
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1944,
                    "end": 1967,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 8
                      },
                      "end": {
                        "line": 55,
                        "column": 31
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1944,
                      "end": 1948,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 12
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 1951,
                      "end": 1967,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 15
                        },
                        "end": {
                          "line": 55,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1955,
                        "end": 1965,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 19
                          },
                          "end": {
                            "line": 55,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1955,
                          "end": 1960,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 19
                            },
                            "end": {
                              "line": 55,
                              "column": 24
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1961,
                          "end": 1965,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 25
                            },
                            "end": {
                              "line": 55,
                              "column": 29
                            },
                            "identifierName": "Mesh"
                          },
                          "name": "Mesh"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "let",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create mesh",
                    "start": 1921,
                    "end": 1935,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 4
                      },
                      "end": {
                        "line": 54,
                        "column": 18
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 1973,
                "end": 2075,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 4
                  },
                  "end": {
                    "line": 56,
                    "column": 106
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 1973,
                  "end": 2074,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 4
                    },
                    "end": {
                      "line": 56,
                      "column": 105
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 1973,
                    "end": 1989,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 4
                      },
                      "end": {
                        "line": 56,
                        "column": 20
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1973,
                      "end": 1977,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 8
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1978,
                      "end": 1989,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 9
                        },
                        "end": {
                          "line": 56,
                          "column": 20
                        },
                        "identifierName": "renderOrder"
                      },
                      "name": "renderOrder"
                    },
                    "computed": false
                  },
                  "right": {
                    "type": "ConditionalExpression",
                    "start": 1992,
                    "end": 2074,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 23
                      },
                      "end": {
                        "line": 56,
                        "column": 105
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 1992,
                      "end": 2040,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 23
                        },
                        "end": {
                          "line": 56,
                          "column": 71
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 1992,
                        "end": 2024,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 23
                          },
                          "end": {
                            "line": 56,
                            "column": 55
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1999,
                          "end": 2024,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 30
                            },
                            "end": {
                              "line": 56,
                              "column": 55
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1999,
                            "end": 2019,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 30
                              },
                              "end": {
                                "line": 56,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1999,
                              "end": 2007,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 30
                                },
                                "end": {
                                  "line": 56,
                                  "column": 38
                                },
                                "identifierName": "Defaults"
                              },
                              "name": "Defaults"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2008,
                              "end": 2019,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 39
                                },
                                "end": {
                                  "line": 56,
                                  "column": 50
                                },
                                "identifierName": "renderOrder"
                              },
                              "name": "renderOrder"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2020,
                            "end": 2024,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 51
                              },
                              "end": {
                                "line": 56,
                                "column": 55
                              },
                              "identifierName": "Mesh"
                            },
                            "name": "Mesh"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "!==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 2029,
                        "end": 2040,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 60
                          },
                          "end": {
                            "line": 56,
                            "column": 71
                          }
                        },
                        "extra": {
                          "rawValue": "undefined",
                          "raw": "\"undefined\""
                        },
                        "value": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "MemberExpression",
                      "start": 2044,
                      "end": 2069,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 75
                        },
                        "end": {
                          "line": 56,
                          "column": 100
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 2044,
                        "end": 2064,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 75
                          },
                          "end": {
                            "line": 56,
                            "column": 95
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2044,
                          "end": 2052,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 75
                            },
                            "end": {
                              "line": 56,
                              "column": 83
                            },
                            "identifierName": "Defaults"
                          },
                          "name": "Defaults"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2053,
                          "end": 2064,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 84
                            },
                            "end": {
                              "line": 56,
                              "column": 95
                            },
                            "identifierName": "renderOrder"
                          },
                          "name": "renderOrder"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2065,
                        "end": 2069,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 96
                          },
                          "end": {
                            "line": 56,
                            "column": 100
                          },
                          "identifierName": "Mesh"
                        },
                        "name": "Mesh"
                      },
                      "computed": false
                    },
                    "alternate": {
                      "type": "NumericLiteral",
                      "start": 2073,
                      "end": 2074,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 104
                        },
                        "end": {
                          "line": 56,
                          "column": 105
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "start": 2080,
                "end": 2159,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 4
                  },
                  "end": {
                    "line": 57,
                    "column": 83
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 2080,
                  "end": 2158,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 4
                    },
                    "end": {
                      "line": 57,
                      "column": 82
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 2080,
                    "end": 2093,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2080,
                      "end": 2084,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 8
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2085,
                      "end": 2093,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 9
                        },
                        "end": {
                          "line": 57,
                          "column": 17
                        },
                        "identifierName": "userData"
                      },
                      "name": "userData"
                    },
                    "computed": false
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "start": 2096,
                    "end": 2158,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 20
                      },
                      "end": {
                        "line": 57,
                        "column": 82
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 2098,
                        "end": 2103,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 22
                          },
                          "end": {
                            "line": 57,
                            "column": 27
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2098,
                          "end": 2100,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 22
                            },
                            "end": {
                              "line": 57,
                              "column": 24
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "value": {
                          "type": "NumericLiteral",
                          "start": 2102,
                          "end": 2103,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 26
                            },
                            "end": {
                              "line": 57,
                              "column": 27
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2105,
                        "end": 2117,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 29
                          },
                          "end": {
                            "line": 57,
                            "column": 41
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2105,
                          "end": 2113,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 29
                            },
                            "end": {
                              "line": 57,
                              "column": 37
                            },
                            "identifierName": "parentId"
                          },
                          "name": "parentId"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 2115,
                          "end": 2117,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 39
                            },
                            "end": {
                              "line": 57,
                              "column": 41
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2119,
                        "end": 2156,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 43
                          },
                          "end": {
                            "line": 57,
                            "column": 80
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2119,
                          "end": 2123,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 43
                            },
                            "end": {
                              "line": 57,
                              "column": 47
                            },
                            "identifierName": "refs"
                          },
                          "name": "refs"
                        },
                        "value": {
                          "type": "CallExpression",
                          "start": 2125,
                          "end": 2156,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 49
                            },
                            "end": {
                              "line": 57,
                              "column": 80
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2125,
                            "end": 2135,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 49
                              },
                              "end": {
                                "line": 57,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2125,
                              "end": 2131,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 49
                                },
                                "end": {
                                  "line": 57,
                                  "column": 55
                                },
                                "identifierName": "groups"
                              },
                              "name": "groups"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2132,
                              "end": 2135,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 56
                                },
                                "end": {
                                  "line": 57,
                                  "column": 59
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2136,
                              "end": 2155,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 60
                                },
                                "end": {
                                  "line": 57,
                                  "column": 79
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": true,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 2136,
                                  "end": 2141,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 65
                                    },
                                    "identifierName": "group"
                                  },
                                  "name": "group"
                                }
                              ],
                              "body": {
                                "type": "MemberExpression",
                                "start": 2145,
                                "end": 2155,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 79
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2145,
                                  "end": 2150,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 74
                                    },
                                    "identifierName": "group"
                                  },
                                  "name": "group"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2151,
                                  "end": 2155,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 79
                                    },
                                    "identifierName": "meta"
                                  },
                                  "name": "meta"
                                },
                                "computed": false
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create geometry",
                    "start": 2165,
                    "end": 2183,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 4
                      },
                      "end": {
                        "line": 59,
                        "column": 22
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 2188,
                "end": 4438,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 114,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 2192,
                  "end": 2220,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 8
                    },
                    "end": {
                      "line": 60,
                      "column": 36
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 2192,
                    "end": 2208,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 8
                      },
                      "end": {
                        "line": 60,
                        "column": 24
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2192,
                      "end": 2199,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 15
                        },
                        "identifierName": "options"
                      },
                      "name": "options",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2200,
                      "end": 2208,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 16
                        },
                        "end": {
                          "line": 60,
                          "column": 24
                        },
                        "identifierName": "material"
                      },
                      "name": "material"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "operator": "===",
                  "right": {
                    "type": "StringLiteral",
                    "start": 2213,
                    "end": 2220,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 29
                      },
                      "end": {
                        "line": 60,
                        "column": 36
                      }
                    },
                    "extra": {
                      "rawValue": "multi",
                      "raw": "'multi'"
                    },
                    "value": "multi"
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 2222,
                  "end": 3896,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 38
                    },
                    "end": {
                      "line": 103,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2232,
                      "end": 2269,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2232,
                        "end": 2268,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 8
                          },
                          "end": {
                            "line": 61,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2232,
                          "end": 2245,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2232,
                            "end": 2236,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2237,
                            "end": 2245,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 13
                              },
                              "end": {
                                "line": 61,
                                "column": 21
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 2248,
                          "end": 2268,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 24
                            },
                            "end": {
                              "line": 61,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2252,
                            "end": 2266,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 28
                              },
                              "end": {
                                "line": 61,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2252,
                              "end": 2257,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 28
                                },
                                "end": {
                                  "line": 61,
                                  "column": 33
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2258,
                              "end": 2266,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 34
                                },
                                "end": {
                                  "line": 61,
                                  "column": 42
                                },
                                "identifierName": "Geometry"
                              },
                              "name": "Geometry"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ForStatement",
                      "start": 2279,
                      "end": 2590,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 68,
                          "column": 15
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 2284,
                        "end": 2337,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 13
                          },
                          "end": {
                            "line": 63,
                            "column": 66
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2288,
                            "end": 2297,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 17
                              },
                              "end": {
                                "line": 63,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2288,
                              "end": 2293,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 17
                                },
                                "end": {
                                  "line": 63,
                                  "column": 22
                                },
                                "identifierName": "index"
                              },
                              "name": "index"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 2296,
                              "end": 2297,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 25
                                },
                                "end": {
                                  "line": 63,
                                  "column": 26
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 2299,
                            "end": 2337,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 28
                              },
                              "end": {
                                "line": 63,
                                "column": 66
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2299,
                              "end": 2305,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 28
                                },
                                "end": {
                                  "line": 63,
                                  "column": 34
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 2308,
                              "end": 2337,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 37
                                },
                                "end": {
                                  "line": 63,
                                  "column": 66
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2308,
                                "end": 2333,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2308,
                                  "end": 2326,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2308,
                                    "end": 2317,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2308,
                                      "end": 2312,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 41
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2313,
                                      "end": 2317,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 46
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2318,
                                    "end": 2326,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 55
                                      },
                                      "identifierName": "vertices"
                                    },
                                    "name": "vertices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2327,
                                  "end": 2333,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 62
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "/",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 2336,
                                "end": 2337,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 66
                                  }
                                },
                                "extra": {
                                  "rawValue": 3,
                                  "raw": "3"
                                },
                                "value": 3
                              }
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2339,
                        "end": 2353,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 68
                          },
                          "end": {
                            "line": 63,
                            "column": 82
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2339,
                          "end": 2344,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 68
                            },
                            "end": {
                              "line": 63,
                              "column": 73
                            },
                            "identifierName": "index"
                          },
                          "name": "index"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 2347,
                          "end": 2353,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 76
                            },
                            "end": {
                              "line": 63,
                              "column": 82
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "start": 2355,
                        "end": 2362,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 84
                          },
                          "end": {
                            "line": 63,
                            "column": 91
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 2355,
                          "end": 2360,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 84
                            },
                            "end": {
                              "line": 63,
                              "column": 89
                            },
                            "identifierName": "index"
                          },
                          "name": "index"
                        }
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 2376,
                        "end": 2590,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 12
                          },
                          "end": {
                            "line": 68,
                            "column": 15
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2376,
                          "end": 2589,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 12
                            },
                            "end": {
                              "line": 68,
                              "column": 14
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2376,
                            "end": 2403,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 12
                              },
                              "end": {
                                "line": 64,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2376,
                              "end": 2398,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 12
                                },
                                "end": {
                                  "line": 64,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2376,
                                "end": 2389,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2376,
                                  "end": 2380,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 16
                                    },
                                    "identifierName": "geom"
                                  },
                                  "name": "geom"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2381,
                                  "end": 2389,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 25
                                    },
                                    "identifierName": "geometry"
                                  },
                                  "name": "geometry"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2390,
                                "end": 2398,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 34
                                  },
                                  "identifierName": "vertices"
                                },
                                "name": "vertices"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2399,
                              "end": 2403,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 35
                                },
                                "end": {
                                  "line": 64,
                                  "column": 39
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NewExpression",
                              "start": 2404,
                              "end": 2588,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 40
                                },
                                "end": {
                                  "line": 68,
                                  "column": 13
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2408,
                                "end": 2421,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2408,
                                  "end": 2413,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 49
                                    },
                                    "identifierName": "THREE"
                                  },
                                  "name": "THREE"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2414,
                                  "end": 2421,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 57
                                    },
                                    "identifierName": "Vector3"
                                  },
                                  "name": "Vector3"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2439,
                                  "end": 2472,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2439,
                                    "end": 2457,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2439,
                                      "end": 2448,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2439,
                                        "end": 2443,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 20
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2444,
                                        "end": 2448,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 25
                                          },
                                          "identifierName": "mesh"
                                        },
                                        "name": "mesh"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2449,
                                      "end": 2457,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 34
                                        },
                                        "identifierName": "vertices"
                                      },
                                      "name": "vertices"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "BinaryExpression",
                                    "start": 2458,
                                    "end": 2471,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 48
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2458,
                                      "end": 2467,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 44
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 2458,
                                        "end": 2463,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 40
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 2466,
                                        "end": 2467,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 44
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 3,
                                          "raw": "3"
                                        },
                                        "value": 3
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 2470,
                                      "end": 2471,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 2490,
                                  "end": 2523,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2490,
                                    "end": 2508,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2490,
                                      "end": 2499,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2490,
                                        "end": 2494,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 20
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2495,
                                        "end": 2499,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 25
                                          },
                                          "identifierName": "mesh"
                                        },
                                        "name": "mesh"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2500,
                                      "end": 2508,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 34
                                        },
                                        "identifierName": "vertices"
                                      },
                                      "name": "vertices"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "BinaryExpression",
                                    "start": 2509,
                                    "end": 2522,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 48
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2509,
                                      "end": 2518,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 44
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 2509,
                                        "end": 2514,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 40
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 2517,
                                        "end": 2518,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 44
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 3,
                                          "raw": "3"
                                        },
                                        "value": 3
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 2521,
                                      "end": 2522,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    }
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 2541,
                                  "end": 2574,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2541,
                                    "end": 2559,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2541,
                                      "end": 2550,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2541,
                                        "end": 2545,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 20
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2546,
                                        "end": 2550,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 25
                                          },
                                          "identifierName": "mesh"
                                        },
                                        "name": "mesh"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2551,
                                      "end": 2559,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 34
                                        },
                                        "identifierName": "vertices"
                                      },
                                      "name": "vertices"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "BinaryExpression",
                                    "start": 2560,
                                    "end": 2573,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 48
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2560,
                                      "end": 2569,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 44
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 2560,
                                        "end": 2565,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 40
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 2568,
                                        "end": 2569,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 44
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 3,
                                          "raw": "3"
                                        },
                                        "value": 3
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 2572,
                                      "end": 2573,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "value": 2
                                    }
                                  },
                                  "computed": true
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2600,
                      "end": 2639,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 8
                        },
                        "end": {
                          "line": 70,
                          "column": 47
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2604,
                          "end": 2606,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 12
                            },
                            "end": {
                              "line": 70,
                              "column": 14
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2604,
                            "end": 2606,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 12
                              },
                              "end": {
                                "line": 70,
                                "column": 14
                              },
                              "identifierName": "i1"
                            },
                            "name": "i1"
                          },
                          "init": null
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2608,
                          "end": 2610,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 16
                            },
                            "end": {
                              "line": 70,
                              "column": 18
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2608,
                            "end": 2610,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 16
                              },
                              "end": {
                                "line": 70,
                                "column": 18
                              },
                              "identifierName": "i2"
                            },
                            "name": "i2"
                          },
                          "init": null
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2612,
                          "end": 2614,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 20
                            },
                            "end": {
                              "line": 70,
                              "column": 22
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2612,
                            "end": 2614,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 20
                              },
                              "end": {
                                "line": 70,
                                "column": 22
                              },
                              "identifierName": "i3"
                            },
                            "name": "i3"
                          },
                          "init": null
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2616,
                          "end": 2622,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 24
                            },
                            "end": {
                              "line": 70,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2616,
                            "end": 2622,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 24
                              },
                              "end": {
                                "line": 70,
                                "column": 30
                              },
                              "identifierName": "normal"
                            },
                            "name": "normal"
                          },
                          "init": null
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2624,
                          "end": 2638,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 32
                            },
                            "end": {
                              "line": 70,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2624,
                            "end": 2634,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 32
                              },
                              "end": {
                                "line": 70,
                                "column": 42
                              },
                              "identifierName": "groupCount"
                            },
                            "name": "groupCount"
                          },
                          "init": {
                            "type": "NumericLiteral",
                            "start": 2637,
                            "end": 2638,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 45
                              },
                              "end": {
                                "line": 70,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2648,
                      "end": 2681,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2652,
                          "end": 2680,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 12
                            },
                            "end": {
                              "line": 71,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2652,
                            "end": 2657,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 12
                              },
                              "end": {
                                "line": 71,
                                "column": 17
                              },
                              "identifierName": "group"
                            },
                            "name": "group"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2660,
                            "end": 2680,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 20
                              },
                              "end": {
                                "line": 71,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2660,
                              "end": 2666,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 20
                                },
                                "end": {
                                  "line": 71,
                                  "column": 26
                                },
                                "identifierName": "groups"
                              },
                              "name": "groups"
                            },
                            "property": {
                              "type": "UpdateExpression",
                              "start": 2667,
                              "end": 2679,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 27
                                },
                                "end": {
                                  "line": 71,
                                  "column": 39
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 2667,
                                "end": 2677,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 37
                                  },
                                  "identifierName": "groupCount"
                                },
                                "name": "groupCount"
                              }
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ForStatement",
                      "start": 2690,
                      "end": 3806,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 9
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 2695,
                        "end": 2747,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 13
                          },
                          "end": {
                            "line": 72,
                            "column": 65
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2699,
                            "end": 2708,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 17
                              },
                              "end": {
                                "line": 72,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2699,
                              "end": 2704,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 17
                                },
                                "end": {
                                  "line": 72,
                                  "column": 22
                                },
                                "identifierName": "index"
                              },
                              "name": "index"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 2707,
                              "end": 2708,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 25
                                },
                                "end": {
                                  "line": 72,
                                  "column": 26
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 2710,
                            "end": 2747,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 28
                              },
                              "end": {
                                "line": 72,
                                "column": 65
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2710,
                              "end": 2716,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 28
                                },
                                "end": {
                                  "line": 72,
                                  "column": 34
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 2719,
                              "end": 2747,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 37
                                },
                                "end": {
                                  "line": 72,
                                  "column": 65
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2719,
                                "end": 2743,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 61
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2719,
                                  "end": 2736,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2719,
                                    "end": 2728,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2719,
                                      "end": 2723,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 41
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2724,
                                      "end": 2728,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 46
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2729,
                                    "end": 2736,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 54
                                      },
                                      "identifierName": "indices"
                                    },
                                    "name": "indices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2737,
                                  "end": 2743,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 61
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "/",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 2746,
                                "end": 2747,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 65
                                  }
                                },
                                "extra": {
                                  "rawValue": 3,
                                  "raw": "3"
                                },
                                "value": 3
                              }
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2749,
                        "end": 2763,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 67
                          },
                          "end": {
                            "line": 72,
                            "column": 81
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2749,
                          "end": 2754,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 67
                            },
                            "end": {
                              "line": 72,
                              "column": 72
                            },
                            "identifierName": "index"
                          },
                          "name": "index"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 2757,
                          "end": 2763,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 75
                            },
                            "end": {
                              "line": 72,
                              "column": 81
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "start": 2765,
                        "end": 2772,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 83
                          },
                          "end": {
                            "line": 72,
                            "column": 90
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 2765,
                          "end": 2770,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 83
                            },
                            "end": {
                              "line": 72,
                              "column": 88
                            },
                            "identifierName": "index"
                          },
                          "name": "index"
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 2774,
                        "end": 3806,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 92
                          },
                          "end": {
                            "line": 98,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 2788,
                            "end": 2877,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 12
                              },
                              "end": {
                                "line": 74,
                                "column": 45
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2792,
                              "end": 2830,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 16
                                },
                                "end": {
                                  "line": 73,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 2792,
                                "end": 2817,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 41
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2792,
                                  "end": 2803,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2792,
                                    "end": 2797,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 21
                                      },
                                      "identifierName": "group"
                                    },
                                    "name": "group"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2798,
                                    "end": 2803,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 27
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "computed": false
                                },
                                "operator": "+",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2806,
                                  "end": 2817,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2806,
                                    "end": 2811,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 35
                                      },
                                      "identifierName": "group"
                                    },
                                    "name": "group"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2812,
                                    "end": 2817,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 41
                                      },
                                      "identifierName": "count"
                                    },
                                    "name": "count"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "<=",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 2821,
                                "end": 2830,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 54
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 2821,
                                  "end": 2826,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 50
                                    },
                                    "identifierName": "index"
                                  },
                                  "name": "index"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 2829,
                                  "end": 2830,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 54
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 3,
                                    "raw": "3"
                                  },
                                  "value": 3
                                }
                              }
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 2848,
                              "end": 2877,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 16
                                },
                                "end": {
                                  "line": 74,
                                  "column": 45
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2848,
                                "end": 2876,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 44
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 2848,
                                  "end": 2853,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 21
                                    },
                                    "identifierName": "group"
                                  },
                                  "name": "group"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2856,
                                  "end": 2876,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2856,
                                    "end": 2862,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 30
                                      },
                                      "identifierName": "groups"
                                    },
                                    "name": "groups"
                                  },
                                  "property": {
                                    "type": "UpdateExpression",
                                    "start": 2863,
                                    "end": 2875,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 43
                                      }
                                    },
                                    "operator": "++",
                                    "prefix": false,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 2863,
                                      "end": 2873,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 41
                                        },
                                        "identifierName": "groupCount"
                                      },
                                      "name": "groupCount"
                                    }
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2891,
                            "end": 2928,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 12
                              },
                              "end": {
                                "line": 76,
                                "column": 49
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2891,
                              "end": 2928,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 12
                                },
                                "end": {
                                  "line": 76,
                                  "column": 49
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 2891,
                                "end": 2893,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 14
                                  },
                                  "identifierName": "i1"
                                },
                                "name": "i1"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 2896,
                                "end": 2928,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2896,
                                  "end": 2913,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2896,
                                    "end": 2905,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2896,
                                      "end": 2900,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 21
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2901,
                                      "end": 2905,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 26
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2906,
                                    "end": 2913,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 34
                                      },
                                      "identifierName": "indices"
                                    },
                                    "name": "indices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "BinaryExpression",
                                  "start": 2914,
                                  "end": 2927,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 48
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2914,
                                    "end": 2923,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 44
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2914,
                                      "end": 2919,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 40
                                        },
                                        "identifierName": "index"
                                      },
                                      "name": "index"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 2922,
                                      "end": 2923,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 3,
                                        "raw": "3"
                                      },
                                      "value": 3
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 2926,
                                    "end": 2927,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 48
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2941,
                            "end": 2978,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 49
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2941,
                              "end": 2978,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 12
                                },
                                "end": {
                                  "line": 77,
                                  "column": 49
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 2941,
                                "end": 2943,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 14
                                  },
                                  "identifierName": "i2"
                                },
                                "name": "i2"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 2946,
                                "end": 2978,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2946,
                                  "end": 2963,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2946,
                                    "end": 2955,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2946,
                                      "end": 2950,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 21
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2951,
                                      "end": 2955,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 26
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2956,
                                    "end": 2963,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 34
                                      },
                                      "identifierName": "indices"
                                    },
                                    "name": "indices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "BinaryExpression",
                                  "start": 2964,
                                  "end": 2977,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 48
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2964,
                                    "end": 2973,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 44
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2964,
                                      "end": 2969,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 40
                                        },
                                        "identifierName": "index"
                                      },
                                      "name": "index"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 2972,
                                      "end": 2973,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 3,
                                        "raw": "3"
                                      },
                                      "value": 3
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 2976,
                                    "end": 2977,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 48
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  }
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2991,
                            "end": 3028,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 49
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2991,
                              "end": 3028,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 12
                                },
                                "end": {
                                  "line": 78,
                                  "column": 49
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 2991,
                                "end": 2993,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 14
                                  },
                                  "identifierName": "i3"
                                },
                                "name": "i3"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 2996,
                                "end": 3028,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2996,
                                  "end": 3013,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2996,
                                    "end": 3005,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2996,
                                      "end": 3000,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 21
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3001,
                                      "end": 3005,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 26
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3006,
                                    "end": 3013,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 34
                                      },
                                      "identifierName": "indices"
                                    },
                                    "name": "indices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "BinaryExpression",
                                  "start": 3014,
                                  "end": 3027,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 48
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 3014,
                                    "end": 3023,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 44
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3014,
                                      "end": 3019,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 40
                                        },
                                        "identifierName": "index"
                                      },
                                      "name": "index"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 3022,
                                      "end": 3023,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 3,
                                        "raw": "3"
                                      },
                                      "value": 3
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 3026,
                                    "end": 3027,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 48
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  }
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3042,
                            "end": 3666,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3042,
                              "end": 3665,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 93,
                                  "column": 25
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 3042,
                                "end": 3048,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 18
                                  },
                                  "identifierName": "normal"
                                },
                                "name": "normal"
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "start": 3051,
                                "end": 3665,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 25
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 3051,
                                  "end": 3068,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3051,
                                    "end": 3060,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3051,
                                      "end": 3055,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 25
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3056,
                                      "end": 3060,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 30
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3061,
                                    "end": 3068,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 38
                                      },
                                      "identifierName": "normals"
                                    },
                                    "name": "normals"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "ArrayExpression",
                                  "start": 3071,
                                  "end": 3653,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 13
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "NewExpression",
                                      "start": 3089,
                                      "end": 3260,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 50
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3093,
                                        "end": 3106,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3093,
                                          "end": 3098,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 25
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3099,
                                          "end": 3106,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 33
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 3128,
                                          "end": 3157,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3128,
                                            "end": 3145,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3128,
                                              "end": 3137,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3128,
                                                "end": 3132,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3133,
                                                "end": 3137,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3138,
                                              "end": 3145,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3146,
                                            "end": 3156,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3146,
                                              "end": 3152,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3146,
                                                "end": 3148,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i1"
                                                },
                                                "name": "i1"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3151,
                                                "end": 3152,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3155,
                                              "end": 3156,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          },
                                          "computed": true
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3179,
                                          "end": 3208,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3179,
                                            "end": 3196,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3179,
                                              "end": 3188,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3179,
                                                "end": 3183,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3184,
                                                "end": 3188,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3189,
                                              "end": 3196,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3197,
                                            "end": 3207,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3197,
                                              "end": 3203,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3197,
                                                "end": 3199,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i1"
                                                },
                                                "name": "i1"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3202,
                                                "end": 3203,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3206,
                                              "end": 3207,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            }
                                          },
                                          "computed": true
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3230,
                                          "end": 3259,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3230,
                                            "end": 3247,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3230,
                                              "end": 3239,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3230,
                                                "end": 3234,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3235,
                                                "end": 3239,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3240,
                                              "end": 3247,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3248,
                                            "end": 3258,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3248,
                                              "end": 3254,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3248,
                                                "end": 3250,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i1"
                                                },
                                                "name": "i1"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3253,
                                                "end": 3254,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3257,
                                              "end": 3258,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 2,
                                                "raw": "2"
                                              },
                                              "value": 2
                                            }
                                          },
                                          "computed": true
                                        }
                                      ]
                                    },
                                    {
                                      "type": "NewExpression",
                                      "start": 3278,
                                      "end": 3449,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 50
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3282,
                                        "end": 3295,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3282,
                                          "end": 3287,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 25
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3288,
                                          "end": 3295,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 33
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 3317,
                                          "end": 3346,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3317,
                                            "end": 3334,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3317,
                                              "end": 3326,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3317,
                                                "end": 3321,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3322,
                                                "end": 3326,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3327,
                                              "end": 3334,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3335,
                                            "end": 3345,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3335,
                                              "end": 3341,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3335,
                                                "end": 3337,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i2"
                                                },
                                                "name": "i2"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3340,
                                                "end": 3341,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3344,
                                              "end": 3345,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          },
                                          "computed": true
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3368,
                                          "end": 3397,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3368,
                                            "end": 3385,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3368,
                                              "end": 3377,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3368,
                                                "end": 3372,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3373,
                                                "end": 3377,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3378,
                                              "end": 3385,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3386,
                                            "end": 3396,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3386,
                                              "end": 3392,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3386,
                                                "end": 3388,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i2"
                                                },
                                                "name": "i2"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3391,
                                                "end": 3392,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3395,
                                              "end": 3396,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            }
                                          },
                                          "computed": true
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3419,
                                          "end": 3448,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3419,
                                            "end": 3436,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3419,
                                              "end": 3428,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3419,
                                                "end": 3423,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3424,
                                                "end": 3428,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3429,
                                              "end": 3436,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3437,
                                            "end": 3447,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3437,
                                              "end": 3443,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3437,
                                                "end": 3439,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i2"
                                                },
                                                "name": "i2"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3442,
                                                "end": 3443,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3446,
                                              "end": 3447,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 2,
                                                "raw": "2"
                                              },
                                              "value": 2
                                            }
                                          },
                                          "computed": true
                                        }
                                      ]
                                    },
                                    {
                                      "type": "NewExpression",
                                      "start": 3467,
                                      "end": 3638,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 50
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3471,
                                        "end": 3484,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3471,
                                          "end": 3476,
                                          "loc": {
                                            "start": {
                                              "line": 89,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 25
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3477,
                                          "end": 3484,
                                          "loc": {
                                            "start": {
                                              "line": 89,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 33
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 3506,
                                          "end": 3535,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3506,
                                            "end": 3523,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3506,
                                              "end": 3515,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3506,
                                                "end": 3510,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3511,
                                                "end": 3515,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3516,
                                              "end": 3523,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3524,
                                            "end": 3534,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3524,
                                              "end": 3530,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3524,
                                                "end": 3526,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i3"
                                                },
                                                "name": "i3"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3529,
                                                "end": 3530,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3533,
                                              "end": 3534,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          },
                                          "computed": true
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3557,
                                          "end": 3586,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3557,
                                            "end": 3574,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3557,
                                              "end": 3566,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3557,
                                                "end": 3561,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3562,
                                                "end": 3566,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3567,
                                              "end": 3574,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3575,
                                            "end": 3585,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3575,
                                              "end": 3581,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3575,
                                                "end": 3577,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i3"
                                                },
                                                "name": "i3"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3580,
                                                "end": 3581,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3584,
                                              "end": 3585,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            }
                                          },
                                          "computed": true
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3608,
                                          "end": 3637,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3608,
                                            "end": 3625,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3608,
                                              "end": 3617,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3608,
                                                "end": 3612,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 24
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3613,
                                                "end": 3617,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 29
                                                  },
                                                  "identifierName": "mesh"
                                                },
                                                "name": "mesh"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3618,
                                              "end": 3625,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 37
                                                },
                                                "identifierName": "normals"
                                              },
                                              "name": "normals"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 3626,
                                            "end": 3636,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3626,
                                              "end": 3632,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 44
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3626,
                                                "end": 3628,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 40
                                                  },
                                                  "identifierName": "i3"
                                                },
                                                "name": "i3"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 3631,
                                                "end": 3632,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 3635,
                                              "end": 3636,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 48
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 2,
                                                "raw": "2"
                                              },
                                              "value": 2
                                            }
                                          },
                                          "computed": true
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "start": 3656,
                                  "end": 3665,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 25
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3680,
                            "end": 3796,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 12
                              },
                              "end": {
                                "line": 97,
                                "column": 15
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3680,
                              "end": 3795,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 12
                                },
                                "end": {
                                  "line": 97,
                                  "column": 14
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3680,
                                "end": 3704,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3680,
                                  "end": 3699,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3680,
                                    "end": 3693,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3680,
                                      "end": 3684,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 16
                                        },
                                        "identifierName": "geom"
                                      },
                                      "name": "geom"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3685,
                                      "end": 3693,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 25
                                        },
                                        "identifierName": "geometry"
                                      },
                                      "name": "geometry"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3694,
                                    "end": 3699,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 31
                                      },
                                      "identifierName": "faces"
                                    },
                                    "name": "faces"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3700,
                                  "end": 3704,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 36
                                    },
                                    "identifierName": "push"
                                  },
                                  "name": "push"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "NewExpression",
                                  "start": 3705,
                                  "end": 3794,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 13
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3709,
                                    "end": 3720,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3709,
                                      "end": 3714,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 46
                                        },
                                        "identifierName": "THREE"
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3715,
                                      "end": 3720,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 52
                                        },
                                        "identifierName": "Face3"
                                      },
                                      "name": "Face3"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3738,
                                      "end": 3740,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 18
                                        },
                                        "identifierName": "i1"
                                      },
                                      "name": "i1"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3742,
                                      "end": 3744,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 22
                                        },
                                        "identifierName": "i2"
                                      },
                                      "name": "i2"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3746,
                                      "end": 3748,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 26
                                        },
                                        "identifierName": "i3"
                                      },
                                      "name": "i3"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3750,
                                      "end": 3756,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 34
                                        },
                                        "identifierName": "normal"
                                      },
                                      "name": "normal"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3758,
                                      "end": 3767,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 45
                                        },
                                        "identifierName": "undefined"
                                      },
                                      "name": "undefined"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 3769,
                                      "end": 3780,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 58
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3769,
                                        "end": 3774,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 52
                                          },
                                          "identifierName": "group"
                                        },
                                        "name": "group"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3775,
                                        "end": 3780,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 58
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3816,
                      "end": 3889,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 8
                        },
                        "end": {
                          "line": 101,
                          "column": 49
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3820,
                        "end": 3838,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 12
                          },
                          "end": {
                            "line": 100,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3821,
                          "end": 3838,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 13
                            },
                            "end": {
                              "line": 100,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3821,
                            "end": 3830,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 13
                              },
                              "end": {
                                "line": 100,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3821,
                              "end": 3825,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 13
                                },
                                "end": {
                                  "line": 100,
                                  "column": 17
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3826,
                              "end": 3830,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 18
                                },
                                "end": {
                                  "line": 100,
                                  "column": 22
                                },
                                "identifierName": "mesh"
                              },
                              "name": "mesh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3831,
                            "end": 3838,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 23
                              },
                              "end": {
                                "line": 100,
                                "column": 30
                              },
                              "identifierName": "normals"
                            },
                            "name": "normals"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3852,
                        "end": 3889,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 12
                          },
                          "end": {
                            "line": 101,
                            "column": 49
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 3852,
                          "end": 3888,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 12
                            },
                            "end": {
                              "line": 101,
                              "column": 48
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3852,
                            "end": 3886,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 12
                              },
                              "end": {
                                "line": 101,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3852,
                              "end": 3865,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 12
                                },
                                "end": {
                                  "line": 101,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3852,
                                "end": 3856,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 16
                                  },
                                  "identifierName": "geom"
                                },
                                "name": "geom"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3857,
                                "end": 3865,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 25
                                  },
                                  "identifierName": "geometry"
                                },
                                "name": "geometry"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3866,
                              "end": 3886,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 26
                                },
                                "end": {
                                  "line": 101,
                                  "column": 46
                                },
                                "identifierName": "computeVertexNormals"
                              },
                              "name": "computeVertexNormals"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 3902,
                  "end": 4438,
                  "loc": {
                    "start": {
                      "line": 103,
                      "column": 11
                    },
                    "end": {
                      "line": 114,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3913,
                      "end": 3956,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3913,
                        "end": 3955,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 8
                          },
                          "end": {
                            "line": 105,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3913,
                          "end": 3926,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 8
                            },
                            "end": {
                              "line": 105,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3913,
                            "end": 3917,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 8
                              },
                              "end": {
                                "line": 105,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3918,
                            "end": 3926,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 13
                              },
                              "end": {
                                "line": 105,
                                "column": 21
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 3929,
                          "end": 3955,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 24
                            },
                            "end": {
                              "line": 105,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3933,
                            "end": 3953,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 28
                              },
                              "end": {
                                "line": 105,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3933,
                              "end": 3938,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 28
                                },
                                "end": {
                                  "line": 105,
                                  "column": 33
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3939,
                              "end": 3953,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 34
                                },
                                "end": {
                                  "line": 105,
                                  "column": 48
                                },
                                "identifierName": "BufferGeometry"
                              },
                              "name": "BufferGeometry"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3965,
                      "end": 4054,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 97
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3965,
                        "end": 4053,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 8
                          },
                          "end": {
                            "line": 106,
                            "column": 96
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3965,
                          "end": 3991,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 8
                            },
                            "end": {
                              "line": 106,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3965,
                            "end": 3978,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 8
                              },
                              "end": {
                                "line": 106,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3965,
                              "end": 3969,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 8
                                },
                                "end": {
                                  "line": 106,
                                  "column": 12
                                },
                                "identifierName": "geom"
                              },
                              "name": "geom"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3970,
                              "end": 3978,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 13
                                },
                                "end": {
                                  "line": 106,
                                  "column": 21
                                },
                                "identifierName": "geometry"
                              },
                              "name": "geometry"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3979,
                            "end": 3991,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 22
                              },
                              "end": {
                                "line": 106,
                                "column": 34
                              },
                              "identifierName": "addAttribute"
                            },
                            "name": "addAttribute"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 3992,
                            "end": 4002,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 35
                              },
                              "end": {
                                "line": 106,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "position",
                              "raw": "'position'"
                            },
                            "value": "position"
                          },
                          {
                            "type": "NewExpression",
                            "start": 4004,
                            "end": 4052,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 47
                              },
                              "end": {
                                "line": 106,
                                "column": 95
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4008,
                              "end": 4029,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 51
                                },
                                "end": {
                                  "line": 106,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4008,
                                "end": 4013,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 56
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4014,
                                "end": 4029,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 72
                                  },
                                  "identifierName": "BufferAttribute"
                                },
                                "name": "BufferAttribute"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4030,
                                "end": 4048,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 91
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4030,
                                  "end": 4039,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 82
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4030,
                                    "end": 4034,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 77
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4035,
                                    "end": 4039,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 82
                                      },
                                      "identifierName": "mesh"
                                    },
                                    "name": "mesh"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4040,
                                  "end": 4048,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 91
                                    },
                                    "identifierName": "vertices"
                                  },
                                  "name": "vertices"
                                },
                                "computed": false
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 4050,
                                "end": 4051,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 93
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 94
                                  }
                                },
                                "extra": {
                                  "rawValue": 3,
                                  "raw": "3"
                                },
                                "value": 3
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4063,
                      "end": 4135,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 80
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4063,
                        "end": 4134,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 8
                          },
                          "end": {
                            "line": 107,
                            "column": 79
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4063,
                          "end": 4085,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 8
                            },
                            "end": {
                              "line": 107,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4063,
                            "end": 4076,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 8
                              },
                              "end": {
                                "line": 107,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4063,
                              "end": 4067,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 8
                                },
                                "end": {
                                  "line": 107,
                                  "column": 12
                                },
                                "identifierName": "geom"
                              },
                              "name": "geom"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4068,
                              "end": 4076,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 13
                                },
                                "end": {
                                  "line": 107,
                                  "column": 21
                                },
                                "identifierName": "geometry"
                              },
                              "name": "geometry"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4077,
                            "end": 4085,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 22
                              },
                              "end": {
                                "line": 107,
                                "column": 30
                              },
                              "identifierName": "setIndex"
                            },
                            "name": "setIndex"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 4086,
                            "end": 4133,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 31
                              },
                              "end": {
                                "line": 107,
                                "column": 78
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4090,
                              "end": 4111,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 35
                                },
                                "end": {
                                  "line": 107,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4090,
                                "end": 4095,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 40
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4096,
                                "end": 4111,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 56
                                  },
                                  "identifierName": "BufferAttribute"
                                },
                                "name": "BufferAttribute"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4112,
                                "end": 4129,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 74
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4112,
                                  "end": 4121,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 66
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4112,
                                    "end": 4116,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 61
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4117,
                                    "end": 4121,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 66
                                      },
                                      "identifierName": "mesh"
                                    },
                                    "name": "mesh"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4122,
                                  "end": 4129,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 74
                                    },
                                    "identifierName": "indices"
                                  },
                                  "name": "indices"
                                },
                                "computed": false
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 4131,
                                "end": 4132,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 77
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 4144,
                      "end": 4330,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 8
                        },
                        "end": {
                          "line": 111,
                          "column": 49
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4148,
                        "end": 4167,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 12
                          },
                          "end": {
                            "line": 108,
                            "column": 31
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 4149,
                          "end": 4167,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 13
                            },
                            "end": {
                              "line": 108,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 4150,
                            "end": 4167,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 14
                              },
                              "end": {
                                "line": 108,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4150,
                              "end": 4159,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 14
                                },
                                "end": {
                                  "line": 108,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4150,
                                "end": 4154,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 18
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4155,
                                "end": 4159,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 23
                                  },
                                  "identifierName": "mesh"
                                },
                                "name": "mesh"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4160,
                              "end": 4167,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 24
                                },
                                "end": {
                                  "line": 108,
                                  "column": 31
                                },
                                "identifierName": "normals"
                              },
                              "name": "normals"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 4181,
                        "end": 4267,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 12
                          },
                          "end": {
                            "line": 109,
                            "column": 98
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 4181,
                          "end": 4266,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 12
                            },
                            "end": {
                              "line": 109,
                              "column": 97
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4181,
                            "end": 4207,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 12
                              },
                              "end": {
                                "line": 109,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4181,
                              "end": 4194,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 12
                                },
                                "end": {
                                  "line": 109,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4181,
                                "end": 4185,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 16
                                  },
                                  "identifierName": "geom"
                                },
                                "name": "geom"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4186,
                                "end": 4194,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 25
                                  },
                                  "identifierName": "geometry"
                                },
                                "name": "geometry"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4195,
                              "end": 4207,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 26
                                },
                                "end": {
                                  "line": 109,
                                  "column": 38
                                },
                                "identifierName": "addAttribute"
                              },
                              "name": "addAttribute"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 4208,
                              "end": 4216,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 39
                                },
                                "end": {
                                  "line": 109,
                                  "column": 47
                                }
                              },
                              "extra": {
                                "rawValue": "normal",
                                "raw": "'normal'"
                              },
                              "value": "normal"
                            },
                            {
                              "type": "NewExpression",
                              "start": 4218,
                              "end": 4265,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 49
                                },
                                "end": {
                                  "line": 109,
                                  "column": 96
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4222,
                                "end": 4243,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 74
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4222,
                                  "end": 4227,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 58
                                    },
                                    "identifierName": "THREE"
                                  },
                                  "name": "THREE"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4228,
                                  "end": 4243,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 74
                                    },
                                    "identifierName": "BufferAttribute"
                                  },
                                  "name": "BufferAttribute"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 4244,
                                  "end": 4261,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 92
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4244,
                                    "end": 4253,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 84
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4244,
                                      "end": 4248,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 79
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4249,
                                      "end": 4253,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 84
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4254,
                                    "end": 4261,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 92
                                      },
                                      "identifierName": "normals"
                                    },
                                    "name": "normals"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 4263,
                                  "end": 4264,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 94
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 95
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 3,
                                    "raw": "3"
                                  },
                                  "value": 3
                                }
                              ]
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "ExpressionStatement",
                        "start": 4293,
                        "end": 4330,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 12
                          },
                          "end": {
                            "line": 111,
                            "column": 49
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 4293,
                          "end": 4329,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 12
                            },
                            "end": {
                              "line": 111,
                              "column": 48
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4293,
                            "end": 4327,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 12
                              },
                              "end": {
                                "line": 111,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4293,
                              "end": 4306,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 12
                                },
                                "end": {
                                  "line": 111,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4293,
                                "end": 4297,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 16
                                  },
                                  "identifierName": "geom"
                                },
                                "name": "geom"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4298,
                                "end": 4306,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 25
                                  },
                                  "identifierName": "geometry"
                                },
                                "name": "geometry"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4307,
                              "end": 4327,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 26
                                },
                                "end": {
                                  "line": 111,
                                  "column": 46
                                },
                                "identifierName": "computeVertexNormals"
                              },
                              "name": "computeVertexNormals"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4339,
                      "end": 4431,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 100
                        }
                      },
                      "expression": {
                        "type": "LogicalExpression",
                        "start": 4339,
                        "end": 4430,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 8
                          },
                          "end": {
                            "line": 112,
                            "column": 99
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4339,
                          "end": 4354,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 8
                            },
                            "end": {
                              "line": 112,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 4340,
                            "end": 4354,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 9
                              },
                              "end": {
                                "line": 112,
                                "column": 23
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 4341,
                              "end": 4354,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 10
                                },
                                "end": {
                                  "line": 112,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4341,
                                "end": 4350,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4341,
                                  "end": 4345,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 14
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4346,
                                  "end": 4350,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 19
                                    },
                                    "identifierName": "mesh"
                                  },
                                  "name": "mesh"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4351,
                                "end": 4354,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 23
                                  },
                                  "identifierName": "uvs"
                                },
                                "name": "uvs"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "CallExpression",
                          "start": 4358,
                          "end": 4430,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 27
                            },
                            "end": {
                              "line": 112,
                              "column": 99
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4358,
                            "end": 4379,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 27
                              },
                              "end": {
                                "line": 112,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4358,
                              "end": 4366,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 27
                                },
                                "end": {
                                  "line": 112,
                                  "column": 35
                                },
                                "identifierName": "geometry"
                              },
                              "name": "geometry"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4367,
                              "end": 4379,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 36
                                },
                                "end": {
                                  "line": 112,
                                  "column": 48
                                },
                                "identifierName": "addAttribute"
                              },
                              "name": "addAttribute"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 4380,
                              "end": 4384,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 49
                                },
                                "end": {
                                  "line": 112,
                                  "column": 53
                                }
                              },
                              "extra": {
                                "rawValue": "uv",
                                "raw": "'uv'"
                              },
                              "value": "uv"
                            },
                            {
                              "type": "NewExpression",
                              "start": 4386,
                              "end": 4429,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 55
                                },
                                "end": {
                                  "line": 112,
                                  "column": 98
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4390,
                                "end": 4411,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 80
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4390,
                                  "end": 4395,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 64
                                    },
                                    "identifierName": "THREE"
                                  },
                                  "name": "THREE"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4396,
                                  "end": 4411,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 80
                                    },
                                    "identifierName": "BufferAttribute"
                                  },
                                  "name": "BufferAttribute"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 4412,
                                  "end": 4425,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 94
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4412,
                                    "end": 4421,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 90
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4412,
                                      "end": 4416,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 85
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4417,
                                      "end": 4421,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 90
                                        },
                                        "identifierName": "mesh"
                                      },
                                      "name": "mesh"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4422,
                                    "end": 4425,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 94
                                      },
                                      "identifierName": "uvs"
                                    },
                                    "name": "uvs"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 4427,
                                  "end": 4428,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 97
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create geometry",
                    "start": 2165,
                    "end": 2183,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 4
                      },
                      "end": {
                        "line": 59,
                        "column": 22
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create materials",
                    "start": 4444,
                    "end": 4463,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 4
                      },
                      "end": {
                        "line": 116,
                        "column": 23
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 4468,
                "end": 5562,
                "loc": {
                  "start": {
                    "line": 117,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 4472,
                  "end": 4500,
                  "loc": {
                    "start": {
                      "line": 117,
                      "column": 8
                    },
                    "end": {
                      "line": 117,
                      "column": 36
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 4472,
                    "end": 4488,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 8
                      },
                      "end": {
                        "line": 117,
                        "column": 24
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4472,
                      "end": 4479,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 15
                        },
                        "identifierName": "options"
                      },
                      "name": "options",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4480,
                      "end": 4488,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 16
                        },
                        "end": {
                          "line": 117,
                          "column": 24
                        },
                        "identifierName": "material"
                      },
                      "name": "material"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "operator": "===",
                  "right": {
                    "type": "StringLiteral",
                    "start": 4493,
                    "end": 4500,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 29
                      },
                      "end": {
                        "line": 117,
                        "column": 36
                      }
                    },
                    "extra": {
                      "rawValue": "multi",
                      "raw": "'multi'"
                    },
                    "value": "multi"
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 4502,
                  "end": 5157,
                  "loc": {
                    "start": {
                      "line": 117,
                      "column": 38
                    },
                    "end": {
                      "line": 132,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4512,
                      "end": 5150,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 12
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4512,
                        "end": 5149,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 11
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4512,
                          "end": 4525,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 8
                            },
                            "end": {
                              "line": 118,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4512,
                            "end": 4516,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 8
                              },
                              "end": {
                                "line": 118,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4517,
                            "end": 4525,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 13
                              },
                              "end": {
                                "line": 118,
                                "column": 21
                              },
                              "identifierName": "material"
                            },
                            "name": "material"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 4528,
                          "end": 5149,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 24
                            },
                            "end": {
                              "line": 130,
                              "column": 11
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4532,
                            "end": 4551,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 28
                              },
                              "end": {
                                "line": 118,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4532,
                              "end": 4537,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 28
                                },
                                "end": {
                                  "line": 118,
                                  "column": 33
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4538,
                              "end": 4551,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 34
                                },
                                "end": {
                                  "line": 118,
                                  "column": 47
                                },
                                "identifierName": "MultiMaterial"
                              },
                              "name": "MultiMaterial"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 4552,
                              "end": 5148,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 48
                                },
                                "end": {
                                  "line": 130,
                                  "column": 10
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4552,
                                "end": 4562,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4552,
                                  "end": 4558,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 54
                                    },
                                    "identifierName": "groups"
                                  },
                                  "name": "groups"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4559,
                                  "end": 4562,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 58
                                    },
                                    "identifierName": "map"
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 4563,
                                  "end": 5147,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 9
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 4563,
                                      "end": 4568,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 64
                                        },
                                        "identifierName": "group"
                                      },
                                      "name": "group"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 4572,
                                    "end": 5147,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4586,
                                        "end": 4613,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4586,
                                          "end": 4612,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 38
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 4586,
                                            "end": 4600,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 26
                                              },
                                              "identifierName": "convertVectors"
                                            },
                                            "name": "convertVectors"
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4601,
                                              "end": 4611,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4601,
                                                "end": 4606,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 32
                                                  },
                                                  "identifierName": "group"
                                                },
                                                "name": "group"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4607,
                                                "end": 4611,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 37
                                                  },
                                                  "identifierName": "meta"
                                                },
                                                "name": "meta"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4626,
                                        "end": 5032,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 15
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4630,
                                            "end": 5031,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 14
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4630,
                                              "end": 4638,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 24
                                                },
                                                "identifierName": "material"
                                              },
                                              "name": "material"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 4641,
                                              "end": 5031,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 14
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 4645,
                                                "end": 4662,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 48
                                                  },
                                                  "identifierName": "MeshPhongMaterial"
                                                },
                                                "name": "MeshPhongMaterial"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 4663,
                                                  "end": 5030,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 13
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 4681,
                                                      "end": 4769,
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 104
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 4681,
                                                        "end": 4686,
                                                        "loc": {
                                                          "start": {
                                                            "line": 121,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 121,
                                                            "column": 21
                                                          },
                                                          "identifierName": "color"
                                                        },
                                                        "name": "color"
                                                      },
                                                      "value": {
                                                        "type": "NewExpression",
                                                        "start": 4688,
                                                        "end": 4769,
                                                        "loc": {
                                                          "start": {
                                                            "line": 121,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 121,
                                                            "column": 104
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4692,
                                                          "end": 4703,
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 38
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4692,
                                                            "end": 4697,
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 32
                                                              },
                                                              "identifierName": "THREE"
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4698,
                                                            "end": 4703,
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 38
                                                              },
                                                              "identifierName": "Color"
                                                            },
                                                            "name": "Color"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 4704,
                                                            "end": 4724,
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 59
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 4704,
                                                              "end": 4718,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 4704,
                                                                "end": 4715,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 4704,
                                                                  "end": 4709,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 44
                                                                    },
                                                                    "identifierName": "group"
                                                                  },
                                                                  "name": "group"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4710,
                                                                  "end": 4715,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "color"
                                                                  },
                                                                  "name": "color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 4716,
                                                                "end": 4717,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 0,
                                                                  "raw": "0"
                                                                },
                                                                "value": 0
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "/",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 4721,
                                                              "end": 4724,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 59
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 255,
                                                                "raw": "255"
                                                              },
                                                              "value": 255
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 4726,
                                                            "end": 4746,
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 81
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 4726,
                                                              "end": 4740,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 61
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 75
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 4726,
                                                                "end": 4737,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 61
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 72
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 4726,
                                                                  "end": 4731,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 66
                                                                    },
                                                                    "identifierName": "group"
                                                                  },
                                                                  "name": "group"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4732,
                                                                  "end": 4737,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 67
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 72
                                                                    },
                                                                    "identifierName": "color"
                                                                  },
                                                                  "name": "color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 4738,
                                                                "end": 4739,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 73
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 74
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 1,
                                                                  "raw": "1"
                                                                },
                                                                "value": 1
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "/",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 4743,
                                                              "end": 4746,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 78
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 81
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 255,
                                                                "raw": "255"
                                                              },
                                                              "value": 255
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 4748,
                                                            "end": 4768,
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 83
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 103
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 4748,
                                                              "end": 4762,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 83
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 97
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 4748,
                                                                "end": 4759,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 83
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 94
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 4748,
                                                                  "end": 4753,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 83
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 88
                                                                    },
                                                                    "identifierName": "group"
                                                                  },
                                                                  "name": "group"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4754,
                                                                  "end": 4759,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 89
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 94
                                                                    },
                                                                    "identifierName": "color"
                                                                  },
                                                                  "name": "color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 4760,
                                                                "end": 4761,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 95
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 96
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 2,
                                                                  "raw": "2"
                                                                },
                                                                "value": 2
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "/",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 4765,
                                                              "end": 4768,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 100
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 103
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 255,
                                                                "raw": "255"
                                                              },
                                                              "value": 255
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 4787,
                                                      "end": 4874,
                                                      "loc": {
                                                        "start": {
                                                          "line": 122,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 122,
                                                          "column": 103
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 4787,
                                                        "end": 4794,
                                                        "loc": {
                                                          "start": {
                                                            "line": 122,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 122,
                                                            "column": 23
                                                          },
                                                          "identifierName": "opacity"
                                                        },
                                                        "name": "opacity"
                                                      },
                                                      "value": {
                                                        "type": "ConditionalExpression",
                                                        "start": 4796,
                                                        "end": 4874,
                                                        "loc": {
                                                          "start": {
                                                            "line": 122,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 122,
                                                            "column": 103
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "BinaryExpression",
                                                          "start": 4796,
                                                          "end": 4832,
                                                          "loc": {
                                                            "start": {
                                                              "line": 122,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 122,
                                                              "column": 61
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "UnaryExpression",
                                                            "start": 4796,
                                                            "end": 4816,
                                                            "loc": {
                                                              "start": {
                                                                "line": 122,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 122,
                                                                "column": 45
                                                              }
                                                            },
                                                            "operator": "typeof",
                                                            "prefix": true,
                                                            "argument": {
                                                              "type": "MemberExpression",
                                                              "start": 4803,
                                                              "end": 4816,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 122,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 122,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4803,
                                                                "end": 4808,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 122,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 122,
                                                                    "column": 37
                                                                  },
                                                                  "identifierName": "group"
                                                                },
                                                                "name": "group"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4809,
                                                                "end": 4816,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 122,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 122,
                                                                    "column": 45
                                                                  },
                                                                  "identifierName": "opacity"
                                                                },
                                                                "name": "opacity"
                                                              },
                                                              "computed": false
                                                            },
                                                            "extra": {
                                                              "parenthesizedArgument": false
                                                            }
                                                          },
                                                          "operator": "!==",
                                                          "right": {
                                                            "type": "StringLiteral",
                                                            "start": 4821,
                                                            "end": 4832,
                                                            "loc": {
                                                              "start": {
                                                                "line": 122,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 122,
                                                                "column": 61
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "undefined",
                                                              "raw": "\"undefined\""
                                                            },
                                                            "value": "undefined"
                                                          }
                                                        },
                                                        "consequent": {
                                                          "type": "MemberExpression",
                                                          "start": 4835,
                                                          "end": 4848,
                                                          "loc": {
                                                            "start": {
                                                              "line": 122,
                                                              "column": 64
                                                            },
                                                            "end": {
                                                              "line": 122,
                                                              "column": 77
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4835,
                                                            "end": 4840,
                                                            "loc": {
                                                              "start": {
                                                                "line": 122,
                                                                "column": 64
                                                              },
                                                              "end": {
                                                                "line": 122,
                                                                "column": 69
                                                              },
                                                              "identifierName": "group"
                                                            },
                                                            "name": "group"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4841,
                                                            "end": 4848,
                                                            "loc": {
                                                              "start": {
                                                                "line": 122,
                                                                "column": 70
                                                              },
                                                              "end": {
                                                                "line": 122,
                                                                "column": 77
                                                              },
                                                              "identifierName": "opacity"
                                                            },
                                                            "name": "opacity"
                                                          },
                                                          "computed": false
                                                        },
                                                        "alternate": {
                                                          "type": "MemberExpression",
                                                          "start": 4851,
                                                          "end": 4874,
                                                          "loc": {
                                                            "start": {
                                                              "line": 122,
                                                              "column": 80
                                                            },
                                                            "end": {
                                                              "line": 122,
                                                              "column": 103
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4851,
                                                            "end": 4866,
                                                            "loc": {
                                                              "start": {
                                                                "line": 122,
                                                                "column": 80
                                                              },
                                                              "end": {
                                                                "line": 122,
                                                                "column": 95
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4851,
                                                              "end": 4855,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 122,
                                                                  "column": 80
                                                                },
                                                                "end": {
                                                                  "line": 122,
                                                                  "column": 84
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4856,
                                                              "end": 4866,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 122,
                                                                  "column": 85
                                                                },
                                                                "end": {
                                                                  "line": 122,
                                                                  "column": 95
                                                                },
                                                                "identifierName": "properties"
                                                              },
                                                              "name": "properties"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4867,
                                                            "end": 4874,
                                                            "loc": {
                                                              "start": {
                                                                "line": 122,
                                                                "column": 96
                                                              },
                                                              "end": {
                                                                "line": 122,
                                                                "column": 103
                                                              },
                                                              "identifierName": "opacity"
                                                            },
                                                            "name": "opacity"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 4892,
                                                      "end": 4938,
                                                      "loc": {
                                                        "start": {
                                                          "line": 123,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 123,
                                                          "column": 62
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 4892,
                                                        "end": 4900,
                                                        "loc": {
                                                          "start": {
                                                            "line": 123,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 123,
                                                            "column": 24
                                                          },
                                                          "identifierName": "specular"
                                                        },
                                                        "name": "specular"
                                                      },
                                                      "value": {
                                                        "type": "LogicalExpression",
                                                        "start": 4902,
                                                        "end": 4938,
                                                        "loc": {
                                                          "start": {
                                                            "line": 123,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 123,
                                                            "column": 62
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 4902,
                                                          "end": 4913,
                                                          "loc": {
                                                            "start": {
                                                              "line": 123,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 123,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4902,
                                                            "end": 4907,
                                                            "loc": {
                                                              "start": {
                                                                "line": 123,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 123,
                                                                "column": 31
                                                              },
                                                              "identifierName": "group"
                                                            },
                                                            "name": "group"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4908,
                                                            "end": 4913,
                                                            "loc": {
                                                              "start": {
                                                                "line": 123,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 123,
                                                                "column": 37
                                                              },
                                                              "identifierName": "color"
                                                            },
                                                            "name": "color"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "||",
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 4917,
                                                          "end": 4938,
                                                          "loc": {
                                                            "start": {
                                                              "line": 123,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 123,
                                                              "column": 62
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4917,
                                                            "end": 4932,
                                                            "loc": {
                                                              "start": {
                                                                "line": 123,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 123,
                                                                "column": 56
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4917,
                                                              "end": 4921,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 123,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 123,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4922,
                                                              "end": 4932,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 123,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 123,
                                                                  "column": 56
                                                                },
                                                                "identifierName": "properties"
                                                              },
                                                              "name": "properties"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4933,
                                                            "end": 4938,
                                                            "loc": {
                                                              "start": {
                                                                "line": 123,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 123,
                                                                "column": 62
                                                              },
                                                              "identifierName": "color"
                                                            },
                                                            "name": "color"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 4956,
                                                      "end": 4984,
                                                      "loc": {
                                                        "start": {
                                                          "line": 124,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 124,
                                                          "column": 44
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 4956,
                                                        "end": 4964,
                                                        "loc": {
                                                          "start": {
                                                            "line": 124,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 124,
                                                            "column": 24
                                                          },
                                                          "identifierName": "emissive"
                                                        },
                                                        "name": "emissive"
                                                      },
                                                      "value": {
                                                        "type": "NewExpression",
                                                        "start": 4966,
                                                        "end": 4984,
                                                        "loc": {
                                                          "start": {
                                                            "line": 124,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 124,
                                                            "column": 44
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4970,
                                                          "end": 4981,
                                                          "loc": {
                                                            "start": {
                                                              "line": 124,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 124,
                                                              "column": 41
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4970,
                                                            "end": 4975,
                                                            "loc": {
                                                              "start": {
                                                                "line": 124,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 124,
                                                                "column": 35
                                                              },
                                                              "identifierName": "THREE"
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4976,
                                                            "end": 4981,
                                                            "loc": {
                                                              "start": {
                                                                "line": 124,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 124,
                                                                "column": 41
                                                              },
                                                              "identifierName": "Color"
                                                            },
                                                            "name": "Color"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "NumericLiteral",
                                                            "start": 4982,
                                                            "end": 4983,
                                                            "loc": {
                                                              "start": {
                                                                "line": 124,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 124,
                                                                "column": 43
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": 0,
                                                              "raw": "0"
                                                            },
                                                            "value": 0
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 5002,
                                                      "end": 5016,
                                                      "loc": {
                                                        "start": {
                                                          "line": 125,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 125,
                                                          "column": 30
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 5002,
                                                        "end": 5011,
                                                        "loc": {
                                                          "start": {
                                                            "line": 125,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 125,
                                                            "column": 25
                                                          },
                                                          "identifierName": "shininess"
                                                        },
                                                        "name": "shininess"
                                                      },
                                                      "value": {
                                                        "type": "NumericLiteral",
                                                        "start": 5013,
                                                        "end": 5016,
                                                        "loc": {
                                                          "start": {
                                                            "line": 125,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 125,
                                                            "column": 30
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 100,
                                                          "raw": "100"
                                                        },
                                                        "value": 100
                                                      }
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5045,
                                        "end": 5072,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5045,
                                          "end": 5071,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 5045,
                                            "end": 5058,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5045,
                                              "end": 5053,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 20
                                                },
                                                "identifierName": "material"
                                              },
                                              "name": "material"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5054,
                                              "end": 5058,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 25
                                                },
                                                "identifierName": "meta"
                                              },
                                              "name": "meta"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 5061,
                                            "end": 5071,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5061,
                                              "end": 5066,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 33
                                                },
                                                "identifierName": "group"
                                              },
                                              "name": "group"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5067,
                                              "end": 5071,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 38
                                                },
                                                "identifierName": "meta"
                                              },
                                              "name": "meta"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5085,
                                        "end": 5108,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 35
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5085,
                                          "end": 5107,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 34
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 5085,
                                            "end": 5100,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5085,
                                              "end": 5093,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 20
                                                },
                                                "identifierName": "material"
                                              },
                                              "name": "material"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5094,
                                              "end": 5100,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 27
                                                },
                                                "identifierName": "parent"
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 5103,
                                            "end": 5107,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 34
                                              },
                                              "identifierName": "geom"
                                            },
                                            "name": "geom"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 5121,
                                        "end": 5137,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 28
                                          }
                                        },
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 5128,
                                          "end": 5136,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 27
                                            },
                                            "identifierName": "material"
                                          },
                                          "name": "material"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 5163,
                  "end": 5562,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 11
                    },
                    "end": {
                      "line": 144,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5174,
                      "end": 5517,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5174,
                        "end": 5516,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 8
                          },
                          "end": {
                            "line": 140,
                            "column": 10
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5174,
                          "end": 5187,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 8
                            },
                            "end": {
                              "line": 134,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5174,
                            "end": 5178,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 8
                              },
                              "end": {
                                "line": 134,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5179,
                            "end": 5187,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 13
                              },
                              "end": {
                                "line": 134,
                                "column": 21
                              },
                              "identifierName": "material"
                            },
                            "name": "material"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 5190,
                          "end": 5516,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 24
                            },
                            "end": {
                              "line": 140,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 5194,
                            "end": 5211,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 28
                              },
                              "end": {
                                "line": 134,
                                "column": 45
                              },
                              "identifierName": "MeshPhongMaterial"
                            },
                            "name": "MeshPhongMaterial"
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 5212,
                              "end": 5515,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 46
                                },
                                "end": {
                                  "line": 140,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 5226,
                                  "end": 5344,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 130
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5226,
                                    "end": 5231,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 17
                                      },
                                      "identifierName": "color"
                                    },
                                    "name": "color"
                                  },
                                  "value": {
                                    "type": "NewExpression",
                                    "start": 5233,
                                    "end": 5344,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 130
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5237,
                                      "end": 5248,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5237,
                                        "end": 5242,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 28
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5243,
                                        "end": 5248,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 34
                                          },
                                          "identifierName": "Color"
                                        },
                                        "name": "Color"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5249,
                                        "end": 5279,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 65
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 5249,
                                          "end": 5273,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5249,
                                            "end": 5270,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5249,
                                              "end": 5264,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5249,
                                                "end": 5253,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 39
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5254,
                                                "end": 5264,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 50
                                                  },
                                                  "identifierName": "properties"
                                                },
                                                "name": "properties"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5265,
                                              "end": 5270,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 56
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 5271,
                                            "end": 5272,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 58
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          "computed": true
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 5276,
                                          "end": 5279,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 65
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 255,
                                            "raw": "255"
                                          },
                                          "value": 255
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5281,
                                        "end": 5311,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 97
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 5281,
                                          "end": 5305,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 91
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5281,
                                            "end": 5302,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5281,
                                              "end": 5296,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 82
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5281,
                                                "end": 5285,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 71
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5286,
                                                "end": 5296,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 82
                                                  },
                                                  "identifierName": "properties"
                                                },
                                                "name": "properties"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5297,
                                              "end": 5302,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 88
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 5303,
                                            "end": 5304,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 90
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "computed": true
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 5308,
                                          "end": 5311,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 94
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 97
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 255,
                                            "raw": "255"
                                          },
                                          "value": 255
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5313,
                                        "end": 5343,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 99
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 129
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 5313,
                                          "end": 5337,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 99
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 123
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5313,
                                            "end": 5334,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 120
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5313,
                                              "end": 5328,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 99
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 114
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5313,
                                                "end": 5317,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 99
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 103
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5318,
                                                "end": 5328,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 114
                                                  },
                                                  "identifierName": "properties"
                                                },
                                                "name": "properties"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5329,
                                              "end": 5334,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 115
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 120
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 5335,
                                            "end": 5336,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 121
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 122
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 2,
                                              "raw": "2"
                                            },
                                            "value": 2
                                          },
                                          "computed": true
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 5340,
                                          "end": 5343,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 126
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 129
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 255,
                                            "raw": "255"
                                          },
                                          "value": 255
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5358,
                                  "end": 5390,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 44
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5358,
                                    "end": 5365,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 19
                                      },
                                      "identifierName": "opacity"
                                    },
                                    "name": "opacity"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 5367,
                                    "end": 5390,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5367,
                                      "end": 5382,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5367,
                                        "end": 5371,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 25
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5372,
                                        "end": 5382,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 36
                                          },
                                          "identifierName": "properties"
                                        },
                                        "name": "properties"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5383,
                                      "end": 5390,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 44
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5404,
                                  "end": 5435,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5404,
                                    "end": 5412,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 20
                                      },
                                      "identifierName": "specular"
                                    },
                                    "name": "specular"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 5414,
                                    "end": 5435,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5414,
                                      "end": 5429,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5414,
                                        "end": 5418,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 26
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5419,
                                        "end": 5429,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 37
                                          },
                                          "identifierName": "properties"
                                        },
                                        "name": "properties"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5430,
                                      "end": 5435,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 43
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5449,
                                  "end": 5477,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 40
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5449,
                                    "end": 5457,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 20
                                      },
                                      "identifierName": "emissive"
                                    },
                                    "name": "emissive"
                                  },
                                  "value": {
                                    "type": "NewExpression",
                                    "start": 5459,
                                    "end": 5477,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5463,
                                      "end": 5474,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5463,
                                        "end": 5468,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 31
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5469,
                                        "end": 5474,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 37
                                          },
                                          "identifierName": "Color"
                                        },
                                        "name": "Color"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NumericLiteral",
                                        "start": 5475,
                                        "end": 5476,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 39
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5491,
                                  "end": 5505,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 26
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5491,
                                    "end": 5500,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 21
                                      },
                                      "identifierName": "shininess"
                                    },
                                    "name": "shininess"
                                  },
                                  "value": {
                                    "type": "NumericLiteral",
                                    "start": 5502,
                                    "end": 5505,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 100,
                                      "raw": "100"
                                    },
                                    "value": 100
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5527,
                      "end": 5555,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5527,
                        "end": 5554,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 8
                          },
                          "end": {
                            "line": 142,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5527,
                          "end": 5547,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 8
                            },
                            "end": {
                              "line": 142,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5527,
                            "end": 5540,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 8
                              },
                              "end": {
                                "line": 142,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5527,
                              "end": 5531,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 8
                                },
                                "end": {
                                  "line": 142,
                                  "column": 12
                                },
                                "identifierName": "geom"
                              },
                              "name": "geom"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5532,
                              "end": 5540,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 13
                                },
                                "end": {
                                  "line": 142,
                                  "column": 21
                                },
                                "identifierName": "material"
                              },
                              "name": "material"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5541,
                            "end": 5547,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 22
                              },
                              "end": {
                                "line": 142,
                                "column": 28
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5550,
                          "end": 5554,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 31
                            },
                            "end": {
                              "line": 142,
                              "column": 35
                            },
                            "identifierName": "geom"
                          },
                          "name": "geom"
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Create materials",
                    "start": 4444,
                    "end": 4463,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 4
                      },
                      "end": {
                        "line": 116,
                        "column": 23
                      }
                    }
                  }
                ]
              },
              {
                "type": "ReturnStatement",
                "start": 5568,
                "end": 5604,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 4
                  },
                  "end": {
                    "line": 146,
                    "column": 40
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 5575,
                  "end": 5603,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 11
                    },
                    "end": {
                      "line": 146,
                      "column": 39
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 5575,
                    "end": 5583,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 11
                      },
                      "end": {
                        "line": 146,
                        "column": 19
                      },
                      "identifierName": "finalize"
                    },
                    "name": "finalize"
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 5584,
                      "end": 5588,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 20
                        },
                        "end": {
                          "line": 146,
                          "column": 24
                        },
                        "identifierName": "geom"
                      },
                      "name": "geom"
                    },
                    {
                      "type": "Identifier",
                      "start": 5590,
                      "end": 5594,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 26
                        },
                        "end": {
                          "line": 146,
                          "column": 30
                        },
                        "identifierName": "data"
                      },
                      "name": "data"
                    },
                    {
                      "type": "Identifier",
                      "start": 5596,
                      "end": 5602,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 32
                        },
                        "end": {
                          "line": 146,
                          "column": 38
                        },
                        "identifierName": "groups"
                      },
                      "name": "groups"
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 5608,
        "end": 5956,
        "loc": {
          "start": {
            "line": 149,
            "column": 0
          },
          "end": {
            "line": 158,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 5617,
          "end": 5631,
          "loc": {
            "start": {
              "line": 149,
              "column": 9
            },
            "end": {
              "line": 149,
              "column": 23
            },
            "identifierName": "convertVectors"
          },
          "name": "convertVectors"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 5632,
            "end": 5636,
            "loc": {
              "start": {
                "line": 149,
                "column": 24
              },
              "end": {
                "line": 149,
                "column": 28
              },
              "identifierName": "meta"
            },
            "name": "meta"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 5638,
          "end": 5956,
          "loc": {
            "start": {
              "line": 149,
              "column": 30
            },
            "end": {
              "line": 158,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 5644,
              "end": 5734,
              "loc": {
                "start": {
                  "line": 150,
                  "column": 4
                },
                "end": {
                  "line": 150,
                  "column": 94
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 5644,
                "end": 5733,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 4
                  },
                  "end": {
                    "line": 150,
                    "column": 93
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 5644,
                  "end": 5652,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 4
                    },
                    "end": {
                      "line": 150,
                      "column": 12
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5644,
                    "end": 5648,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 4
                      },
                      "end": {
                        "line": 150,
                        "column": 8
                      },
                      "identifierName": "meta"
                    },
                    "name": "meta"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5649,
                    "end": 5652,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 9
                      },
                      "end": {
                        "line": 150,
                        "column": 12
                      },
                      "identifierName": "box"
                    },
                    "name": "box"
                  },
                  "computed": false
                },
                "right": {
                  "type": "NewExpression",
                  "start": 5655,
                  "end": 5733,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 15
                    },
                    "end": {
                      "line": 150,
                      "column": 93
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 5659,
                    "end": 5669,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 19
                      },
                      "end": {
                        "line": 150,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5659,
                      "end": 5664,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 19
                        },
                        "end": {
                          "line": 150,
                          "column": 24
                        },
                        "identifierName": "THREE"
                      },
                      "name": "THREE"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5665,
                      "end": 5669,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 25
                        },
                        "end": {
                          "line": 150,
                          "column": 29
                        },
                        "identifierName": "Box3"
                      },
                      "name": "Box3"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "NewExpression",
                      "start": 5670,
                      "end": 5700,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 30
                        },
                        "end": {
                          "line": 150,
                          "column": 60
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5674,
                        "end": 5687,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 34
                          },
                          "end": {
                            "line": 150,
                            "column": 47
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5674,
                          "end": 5679,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 34
                            },
                            "end": {
                              "line": 150,
                              "column": 39
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5680,
                          "end": 5687,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 40
                            },
                            "end": {
                              "line": 150,
                              "column": 47
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "SpreadElement",
                          "start": 5688,
                          "end": 5699,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 48
                            },
                            "end": {
                              "line": 150,
                              "column": 59
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 5691,
                            "end": 5699,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 51
                              },
                              "end": {
                                "line": 150,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5691,
                              "end": 5695,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 51
                                },
                                "end": {
                                  "line": 150,
                                  "column": 55
                                },
                                "identifierName": "meta"
                              },
                              "name": "meta"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5696,
                              "end": 5699,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 56
                                },
                                "end": {
                                  "line": 150,
                                  "column": 59
                                },
                                "identifierName": "min"
                              },
                              "name": "min"
                            },
                            "computed": false
                          }
                        }
                      ]
                    },
                    {
                      "type": "NewExpression",
                      "start": 5702,
                      "end": 5732,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 62
                        },
                        "end": {
                          "line": 150,
                          "column": 92
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5706,
                        "end": 5719,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 66
                          },
                          "end": {
                            "line": 150,
                            "column": 79
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5706,
                          "end": 5711,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 66
                            },
                            "end": {
                              "line": 150,
                              "column": 71
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5712,
                          "end": 5719,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 72
                            },
                            "end": {
                              "line": 150,
                              "column": 79
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "SpreadElement",
                          "start": 5720,
                          "end": 5731,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 80
                            },
                            "end": {
                              "line": 150,
                              "column": 91
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 5723,
                            "end": 5731,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 83
                              },
                              "end": {
                                "line": 150,
                                "column": 91
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5723,
                              "end": 5727,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 83
                                },
                                "end": {
                                  "line": 150,
                                  "column": 87
                                },
                                "identifierName": "meta"
                              },
                              "name": "meta"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5728,
                              "end": 5731,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 88
                                },
                                "end": {
                                  "line": 150,
                                  "column": 91
                                },
                                "identifierName": "max"
                              },
                              "name": "max"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 5739,
              "end": 5755,
              "loc": {
                "start": {
                  "line": 151,
                  "column": 4
                },
                "end": {
                  "line": 151,
                  "column": 20
                }
              },
              "expression": {
                "type": "UnaryExpression",
                "start": 5739,
                "end": 5754,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 4
                  },
                  "end": {
                    "line": 151,
                    "column": 19
                  }
                },
                "operator": "delete",
                "prefix": true,
                "argument": {
                  "type": "MemberExpression",
                  "start": 5746,
                  "end": 5754,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 11
                    },
                    "end": {
                      "line": 151,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5746,
                    "end": 5750,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 11
                      },
                      "end": {
                        "line": 151,
                        "column": 15
                      },
                      "identifierName": "meta"
                    },
                    "name": "meta"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5751,
                    "end": 5754,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 16
                      },
                      "end": {
                        "line": 151,
                        "column": 19
                      },
                      "identifierName": "min"
                    },
                    "name": "min"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesizedArgument": false
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 5760,
              "end": 5776,
              "loc": {
                "start": {
                  "line": 152,
                  "column": 4
                },
                "end": {
                  "line": 152,
                  "column": 20
                }
              },
              "expression": {
                "type": "UnaryExpression",
                "start": 5760,
                "end": 5775,
                "loc": {
                  "start": {
                    "line": 152,
                    "column": 4
                  },
                  "end": {
                    "line": 152,
                    "column": 19
                  }
                },
                "operator": "delete",
                "prefix": true,
                "argument": {
                  "type": "MemberExpression",
                  "start": 5767,
                  "end": 5775,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 11
                    },
                    "end": {
                      "line": 152,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5767,
                    "end": 5771,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 11
                      },
                      "end": {
                        "line": 152,
                        "column": 15
                      },
                      "identifierName": "meta"
                    },
                    "name": "meta"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5772,
                    "end": 5775,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 16
                      },
                      "end": {
                        "line": 152,
                        "column": 19
                      },
                      "identifierName": "max"
                    },
                    "name": "max"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesizedArgument": false
                }
              }
            },
            {
              "type": "ForInStatement",
              "start": 5781,
              "end": 5954,
              "loc": {
                "start": {
                  "line": 153,
                  "column": 4
                },
                "end": {
                  "line": 157,
                  "column": 5
                }
              },
              "left": {
                "type": "VariableDeclaration",
                "start": 5786,
                "end": 5793,
                "loc": {
                  "start": {
                    "line": 153,
                    "column": 9
                  },
                  "end": {
                    "line": 153,
                    "column": 16
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5790,
                    "end": 5793,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 13
                      },
                      "end": {
                        "line": 153,
                        "column": 16
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5790,
                      "end": 5793,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 13
                        },
                        "end": {
                          "line": 153,
                          "column": 16
                        },
                        "identifierName": "key"
                      },
                      "name": "key"
                    },
                    "init": null
                  }
                ],
                "kind": "let"
              },
              "right": {
                "type": "Identifier",
                "start": 5797,
                "end": 5801,
                "loc": {
                  "start": {
                    "line": 153,
                    "column": 20
                  },
                  "end": {
                    "line": 153,
                    "column": 24
                  },
                  "identifierName": "meta"
                },
                "name": "meta"
              },
              "body": {
                "type": "BlockStatement",
                "start": 5803,
                "end": 5954,
                "loc": {
                  "start": {
                    "line": 153,
                    "column": 26
                  },
                  "end": {
                    "line": 157,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 5813,
                    "end": 5834,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 8
                      },
                      "end": {
                        "line": 154,
                        "column": 29
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5817,
                        "end": 5833,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 12
                          },
                          "end": {
                            "line": 154,
                            "column": 28
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5817,
                          "end": 5821,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 12
                            },
                            "end": {
                              "line": 154,
                              "column": 16
                            },
                            "identifierName": "item"
                          },
                          "name": "item"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 5824,
                          "end": 5833,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 19
                            },
                            "end": {
                              "line": 154,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5824,
                            "end": 5828,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 19
                              },
                              "end": {
                                "line": 154,
                                "column": 23
                              },
                              "identifierName": "meta"
                            },
                            "name": "meta"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5829,
                            "end": 5832,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 24
                              },
                              "end": {
                                "line": 154,
                                "column": 27
                              },
                              "identifierName": "key"
                            },
                            "name": "key"
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 5843,
                    "end": 5948,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 8
                      },
                      "end": {
                        "line": 156,
                        "column": 60
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 5847,
                      "end": 5886,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 12
                        },
                        "end": {
                          "line": 155,
                          "column": 51
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 5847,
                        "end": 5866,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 12
                          },
                          "end": {
                            "line": 155,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5847,
                          "end": 5860,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 12
                            },
                            "end": {
                              "line": 155,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5847,
                            "end": 5852,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 12
                              },
                              "end": {
                                "line": 155,
                                "column": 17
                              },
                              "identifierName": "Array"
                            },
                            "name": "Array"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5853,
                            "end": 5860,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 18
                              },
                              "end": {
                                "line": 155,
                                "column": 25
                              },
                              "identifierName": "isArray"
                            },
                            "name": "isArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5861,
                            "end": 5865,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 26
                              },
                              "end": {
                                "line": 155,
                                "column": 30
                              },
                              "identifierName": "item"
                            },
                            "name": "item"
                          }
                        ]
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 5870,
                        "end": 5886,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 35
                          },
                          "end": {
                            "line": 155,
                            "column": 51
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 5870,
                          "end": 5881,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 35
                            },
                            "end": {
                              "line": 155,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5870,
                            "end": 5874,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 35
                              },
                              "end": {
                                "line": 155,
                                "column": 39
                              },
                              "identifierName": "item"
                            },
                            "name": "item"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5875,
                            "end": 5881,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 40
                              },
                              "end": {
                                "line": 155,
                                "column": 46
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "==",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 5885,
                          "end": 5886,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 50
                            },
                            "end": {
                              "line": 155,
                              "column": 51
                            }
                          },
                          "extra": {
                            "rawValue": 3,
                            "raw": "3"
                          },
                          "value": 3
                        }
                      }
                    },
                    "consequent": {
                      "type": "ExpressionStatement",
                      "start": 5900,
                      "end": 5948,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 12
                        },
                        "end": {
                          "line": 156,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5900,
                        "end": 5947,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 12
                          },
                          "end": {
                            "line": 156,
                            "column": 59
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5900,
                          "end": 5909,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 12
                            },
                            "end": {
                              "line": 156,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5900,
                            "end": 5904,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 12
                              },
                              "end": {
                                "line": 156,
                                "column": 16
                              },
                              "identifierName": "meta"
                            },
                            "name": "meta"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5905,
                            "end": 5908,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 17
                              },
                              "end": {
                                "line": 156,
                                "column": 20
                              },
                              "identifierName": "key"
                            },
                            "name": "key"
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5912,
                          "end": 5947,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 24
                            },
                            "end": {
                              "line": 156,
                              "column": 59
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5912,
                            "end": 5941,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 24
                              },
                              "end": {
                                "line": 156,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "NewExpression",
                              "start": 5912,
                              "end": 5931,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 24
                                },
                                "end": {
                                  "line": 156,
                                  "column": 43
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5916,
                                "end": 5929,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5916,
                                  "end": 5921,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 33
                                    },
                                    "identifierName": "THREE"
                                  },
                                  "name": "THREE"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5922,
                                  "end": 5929,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 41
                                    },
                                    "identifierName": "Vector3"
                                  },
                                  "name": "Vector3"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5932,
                              "end": 5941,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 44
                                },
                                "end": {
                                  "line": 156,
                                  "column": 53
                                },
                                "identifierName": "fromArray"
                              },
                              "name": "fromArray"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5942,
                              "end": 5946,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 54
                                },
                                "end": {
                                  "line": 156,
                                  "column": 58
                                },
                                "identifierName": "item"
                              },
                              "name": "item"
                            }
                          ]
                        }
                      }
                    },
                    "alternate": null
                  }
                ],
                "directives": []
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 5958,
        "end": 6279,
        "loc": {
          "start": {
            "line": 160,
            "column": 0
          },
          "end": {
            "line": 169,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 5967,
          "end": 5975,
          "loc": {
            "start": {
              "line": 160,
              "column": 9
            },
            "end": {
              "line": 160,
              "column": 17
            },
            "identifierName": "finalize"
          },
          "name": "finalize"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 5976,
            "end": 5980,
            "loc": {
              "start": {
                "line": 160,
                "column": 18
              },
              "end": {
                "line": 160,
                "column": 22
              },
              "identifierName": "geom"
            },
            "name": "geom"
          },
          {
            "type": "Identifier",
            "start": 5982,
            "end": 5986,
            "loc": {
              "start": {
                "line": 160,
                "column": 24
              },
              "end": {
                "line": 160,
                "column": 28
              },
              "identifierName": "data"
            },
            "name": "data"
          },
          {
            "type": "Identifier",
            "start": 5988,
            "end": 5994,
            "loc": {
              "start": {
                "line": 160,
                "column": 30
              },
              "end": {
                "line": 160,
                "column": 36
              },
              "identifierName": "groups"
            },
            "name": "groups"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 5996,
          "end": 6279,
          "loc": {
            "start": {
              "line": 160,
              "column": 38
            },
            "end": {
              "line": 169,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 6002,
              "end": 6260,
              "loc": {
                "start": {
                  "line": 161,
                  "column": 4
                },
                "end": {
                  "line": 167,
                  "column": 5
                }
              },
              "test": {
                "type": "UnaryExpression",
                "start": 6006,
                "end": 6027,
                "loc": {
                  "start": {
                    "line": 161,
                    "column": 8
                  },
                  "end": {
                    "line": 161,
                    "column": 29
                  }
                },
                "operator": "!",
                "prefix": true,
                "argument": {
                  "type": "UnaryExpression",
                  "start": 6007,
                  "end": 6027,
                  "loc": {
                    "start": {
                      "line": 161,
                      "column": 9
                    },
                    "end": {
                      "line": 161,
                      "column": 29
                    }
                  },
                  "operator": "!",
                  "prefix": true,
                  "argument": {
                    "type": "MemberExpression",
                    "start": 6008,
                    "end": 6027,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 10
                      },
                      "end": {
                        "line": 161,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 6008,
                      "end": 6023,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 10
                        },
                        "end": {
                          "line": 161,
                          "column": 25
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 6008,
                        "end": 6012,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 10
                          },
                          "end": {
                            "line": 161,
                            "column": 14
                          },
                          "identifierName": "data"
                        },
                        "name": "data"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 6013,
                        "end": 6023,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 15
                          },
                          "end": {
                            "line": 161,
                            "column": 25
                          },
                          "identifierName": "properties"
                        },
                        "name": "properties"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6024,
                      "end": 6027,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 26
                        },
                        "end": {
                          "line": 161,
                          "column": 29
                        },
                        "identifierName": "box"
                      },
                      "name": "box"
                    },
                    "computed": false
                  },
                  "extra": {
                    "parenthesizedArgument": false
                  }
                },
                "extra": {
                  "parenthesizedArgument": false
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 6029,
                "end": 6156,
                "loc": {
                  "start": {
                    "line": 161,
                    "column": 31
                  },
                  "end": {
                    "line": 164,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 6039,
                    "end": 6087,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 8
                      },
                      "end": {
                        "line": 162,
                        "column": 56
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 6039,
                      "end": 6086,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 55
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 6039,
                        "end": 6064,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 8
                          },
                          "end": {
                            "line": 162,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 6039,
                          "end": 6052,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 8
                            },
                            "end": {
                              "line": 162,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6039,
                            "end": 6043,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 8
                              },
                              "end": {
                                "line": 162,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6044,
                            "end": 6052,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 13
                              },
                              "end": {
                                "line": 162,
                                "column": 21
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6053,
                          "end": 6064,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 22
                            },
                            "end": {
                              "line": 162,
                              "column": 33
                            },
                            "identifierName": "boundingBox"
                          },
                          "name": "boundingBox"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6067,
                        "end": 6086,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 36
                          },
                          "end": {
                            "line": 162,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 6067,
                          "end": 6082,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 36
                            },
                            "end": {
                              "line": 162,
                              "column": 51
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6067,
                            "end": 6071,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 36
                              },
                              "end": {
                                "line": 162,
                                "column": 40
                              },
                              "identifierName": "data"
                            },
                            "name": "data"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6072,
                            "end": 6082,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 41
                              },
                              "end": {
                                "line": 162,
                                "column": 51
                              },
                              "identifierName": "properties"
                            },
                            "name": "properties"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6083,
                          "end": 6086,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 52
                            },
                            "end": {
                              "line": 162,
                              "column": 55
                            },
                            "identifierName": "box"
                          },
                          "name": "box"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6096,
                    "end": 6150,
                    "loc": {
                      "start": {
                        "line": 163,
                        "column": 8
                      },
                      "end": {
                        "line": 163,
                        "column": 62
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 6096,
                      "end": 6149,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 8
                        },
                        "end": {
                          "line": 163,
                          "column": 61
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 6096,
                        "end": 6124,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 8
                          },
                          "end": {
                            "line": 163,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 6096,
                          "end": 6109,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 8
                            },
                            "end": {
                              "line": 163,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6096,
                            "end": 6100,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 8
                              },
                              "end": {
                                "line": 163,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6101,
                            "end": 6109,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 13
                              },
                              "end": {
                                "line": 163,
                                "column": 21
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6110,
                          "end": 6124,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 22
                            },
                            "end": {
                              "line": 163,
                              "column": 36
                            },
                            "identifierName": "boundingSphere"
                          },
                          "name": "boundingSphere"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6127,
                        "end": 6149,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 39
                          },
                          "end": {
                            "line": 163,
                            "column": 61
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 6127,
                          "end": 6142,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 39
                            },
                            "end": {
                              "line": 163,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6127,
                            "end": 6131,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 39
                              },
                              "end": {
                                "line": 163,
                                "column": 43
                              },
                              "identifierName": "data"
                            },
                            "name": "data"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6132,
                            "end": 6142,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 44
                              },
                              "end": {
                                "line": 163,
                                "column": 54
                              },
                              "identifierName": "properties"
                            },
                            "name": "properties"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6143,
                          "end": 6149,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 55
                            },
                            "end": {
                              "line": 163,
                              "column": 61
                            },
                            "identifierName": "sphere"
                          },
                          "name": "sphere"
                        },
                        "computed": false
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 6162,
                "end": 6260,
                "loc": {
                  "start": {
                    "line": 164,
                    "column": 11
                  },
                  "end": {
                    "line": 167,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 6172,
                    "end": 6207,
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 8
                      },
                      "end": {
                        "line": 165,
                        "column": 43
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 6172,
                      "end": 6206,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 8
                        },
                        "end": {
                          "line": 165,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6172,
                        "end": 6204,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 8
                          },
                          "end": {
                            "line": 165,
                            "column": 40
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 6172,
                          "end": 6185,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 8
                            },
                            "end": {
                              "line": 165,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6172,
                            "end": 6176,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 8
                              },
                              "end": {
                                "line": 165,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6177,
                            "end": 6185,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 13
                              },
                              "end": {
                                "line": 165,
                                "column": 21
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6186,
                          "end": 6204,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 22
                            },
                            "end": {
                              "line": 165,
                              "column": 40
                            },
                            "identifierName": "computeBoundingBox"
                          },
                          "name": "computeBoundingBox"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6216,
                    "end": 6254,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 8
                      },
                      "end": {
                        "line": 166,
                        "column": 46
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 6216,
                      "end": 6253,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 8
                        },
                        "end": {
                          "line": 166,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6216,
                        "end": 6251,
                        "loc": {
                          "start": {
                            "line": 166,
                            "column": 8
                          },
                          "end": {
                            "line": 166,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 6216,
                          "end": 6229,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 8
                            },
                            "end": {
                              "line": 166,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6216,
                            "end": 6220,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 8
                              },
                              "end": {
                                "line": 166,
                                "column": 12
                              },
                              "identifierName": "geom"
                            },
                            "name": "geom"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6221,
                            "end": 6229,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 13
                              },
                              "end": {
                                "line": 166,
                                "column": 21
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6230,
                          "end": 6251,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 22
                            },
                            "end": {
                              "line": 166,
                              "column": 43
                            },
                            "identifierName": "computeBoundingSphere"
                          },
                          "name": "computeBoundingSphere"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ReturnStatement",
              "start": 6265,
              "end": 6277,
              "loc": {
                "start": {
                  "line": 168,
                  "column": 4
                },
                "end": {
                  "line": 168,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 6272,
                "end": 6276,
                "loc": {
                  "start": {
                    "line": 168,
                    "column": 11
                  },
                  "end": {
                    "line": 168,
                    "column": 15
                  },
                  "identifierName": "geom"
                },
                "name": "geom"
              }
            }
          ],
          "directives": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " Create mesh",
      "start": 241,
      "end": 255,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create geometry",
      "start": 510,
      "end": 528,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create mesh",
      "start": 1921,
      "end": 1935,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create geometry",
      "start": 2165,
      "end": 2183,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create materials",
      "start": 4444,
      "end": 4463,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 23
        }
      }
    }
  ],
  "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": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 32,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshPhongMaterial",
      "start": 39,
      "end": 56,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 57,
      "end": 61,
      "loc": {
        "start": {
          "line": 2,
          "column": 25
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../materials/phong",
      "start": 62,
      "end": 82,
      "loc": {
        "start": {
          "line": 2,
          "column": 30
        },
        "end": {
          "line": 2,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 2,
          "column": 50
        },
        "end": {
          "line": 2,
          "column": 51
        }
      }
    },
    {
      "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": 84,
      "end": 90,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Defaults",
      "start": 91,
      "end": 99,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 100,
      "end": 104,
      "loc": {
        "start": {
          "line": 3,
          "column": 16
        },
        "end": {
          "line": 3,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./defaults",
      "start": 105,
      "end": 117,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 33
        }
      }
    },
    {
      "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": 3,
          "column": 33
        },
        "end": {
          "line": 3,
          "column": 34
        }
      }
    },
    {
      "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": 120,
      "end": 126,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 127,
      "end": 135,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseLine",
      "start": 136,
      "end": 145,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 145,
      "end": 146,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 146,
      "end": 150,
      "loc": {
        "start": {
          "line": 5,
          "column": 26
        },
        "end": {
          "line": 5,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 150,
      "end": 151,
      "loc": {
        "start": {
          "line": 5,
          "column": 30
        },
        "end": {
          "line": 5,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 152,
      "end": 159,
      "loc": {
        "start": {
          "line": 5,
          "column": 32
        },
        "end": {
          "line": 5,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 159,
      "end": 160,
      "loc": {
        "start": {
          "line": 5,
          "column": 39
        },
        "end": {
          "line": 5,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 161,
      "end": 162,
      "loc": {
        "start": {
          "line": 5,
          "column": 41
        },
        "end": {
          "line": 5,
          "column": 42
        }
      }
    },
    {
      "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": 168,
      "end": 171,
      "loc": {
        "start": {
          "line": 7,
          "column": 4
        },
        "end": {
          "line": 7,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 172,
      "end": 173,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "end": {
          "line": 7,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 174,
      "end": 181,
      "loc": {
        "start": {
          "line": 7,
          "column": 10
        },
        "end": {
          "line": 7,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 182,
      "end": 183,
      "loc": {
        "start": {
          "line": 7,
          "column": 18
        },
        "end": {
          "line": 7,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 184,
      "end": 185,
      "loc": {
        "start": {
          "line": 7,
          "column": 20
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 186,
      "end": 193,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 193,
      "end": 194,
      "loc": {
        "start": {
          "line": 7,
          "column": 29
        },
        "end": {
          "line": 7,
          "column": 30
        }
      }
    },
    {
      "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": 199,
      "end": 202,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 8,
          "column": 8
        },
        "end": {
          "line": 8,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 205,
      "end": 207,
      "loc": {
        "start": {
          "line": 8,
          "column": 10
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 207,
      "end": 208,
      "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": "line",
      "start": 209,
      "end": 213,
      "loc": {
        "start": {
          "line": 8,
          "column": 14
        },
        "end": {
          "line": 8,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 8,
          "column": 18
        },
        "end": {
          "line": 8,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 215,
      "end": 216,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 217,
      "end": 223,
      "loc": {
        "start": {
          "line": 8,
          "column": 22
        },
        "end": {
          "line": 8,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 224,
      "end": 225,
      "loc": {
        "start": {
          "line": 8,
          "column": 29
        },
        "end": {
          "line": 8,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 226,
      "end": 227,
      "loc": {
        "start": {
          "line": 8,
          "column": 31
        },
        "end": {
          "line": 8,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 228,
      "end": 229,
      "loc": {
        "start": {
          "line": 8,
          "column": 33
        },
        "end": {
          "line": 8,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 230,
      "end": 234,
      "loc": {
        "start": {
          "line": 8,
          "column": 35
        },
        "end": {
          "line": 8,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 234,
      "end": 235,
      "loc": {
        "start": {
          "line": 8,
          "column": 39
        },
        "end": {
          "line": 8,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create mesh",
      "start": 241,
      "end": 255,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "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": 260,
      "end": 263,
      "loc": {
        "start": {
          "line": 11,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 264,
      "end": 268,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "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": 271,
      "end": 274,
      "loc": {
        "start": {
          "line": 11,
          "column": 15
        },
        "end": {
          "line": 11,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 275,
      "end": 280,
      "loc": {
        "start": {
          "line": 11,
          "column": 19
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 280,
      "end": 281,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LineSegments",
      "start": 281,
      "end": 293,
      "loc": {
        "start": {
          "line": 11,
          "column": 25
        },
        "end": {
          "line": 11,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 293,
      "end": 294,
      "loc": {
        "start": {
          "line": 11,
          "column": 37
        },
        "end": {
          "line": 11,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 294,
      "end": 295,
      "loc": {
        "start": {
          "line": 11,
          "column": 38
        },
        "end": {
          "line": 11,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 295,
      "end": 296,
      "loc": {
        "start": {
          "line": 11,
          "column": 39
        },
        "end": {
          "line": 11,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 301,
      "end": 305,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 305,
      "end": 306,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renderOrder",
      "start": 306,
      "end": 317,
      "loc": {
        "start": {
          "line": 12,
          "column": 9
        },
        "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": 318,
      "end": 319,
      "loc": {
        "start": {
          "line": 12,
          "column": 21
        },
        "end": {
          "line": 12,
          "column": 22
        }
      }
    },
    {
      "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": 320,
      "end": 326,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Defaults",
      "start": 327,
      "end": 335,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 335,
      "end": 336,
      "loc": {
        "start": {
          "line": 12,
          "column": 38
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renderOrder",
      "start": 336,
      "end": 347,
      "loc": {
        "start": {
          "line": 12,
          "column": 39
        },
        "end": {
          "line": 12,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 347,
      "end": 348,
      "loc": {
        "start": {
          "line": 12,
          "column": 50
        },
        "end": {
          "line": 12,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LineSegments",
      "start": 348,
      "end": 360,
      "loc": {
        "start": {
          "line": 12,
          "column": 51
        },
        "end": {
          "line": 12,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 361,
      "end": 364,
      "loc": {
        "start": {
          "line": 12,
          "column": 64
        },
        "end": {
          "line": 12,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 365,
      "end": 376,
      "loc": {
        "start": {
          "line": 12,
          "column": 68
        },
        "end": {
          "line": 12,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 377,
      "end": 378,
      "loc": {
        "start": {
          "line": 12,
          "column": 80
        },
        "end": {
          "line": 12,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Defaults",
      "start": 380,
      "end": 388,
      "loc": {
        "start": {
          "line": 12,
          "column": 83
        },
        "end": {
          "line": 12,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 388,
      "end": 389,
      "loc": {
        "start": {
          "line": 12,
          "column": 91
        },
        "end": {
          "line": 12,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renderOrder",
      "start": 389,
      "end": 400,
      "loc": {
        "start": {
          "line": 12,
          "column": 92
        },
        "end": {
          "line": 12,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 400,
      "end": 401,
      "loc": {
        "start": {
          "line": 12,
          "column": 103
        },
        "end": {
          "line": 12,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LineSegments",
      "start": 401,
      "end": 413,
      "loc": {
        "start": {
          "line": 12,
          "column": 104
        },
        "end": {
          "line": 12,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 414,
      "end": 415,
      "loc": {
        "start": {
          "line": 12,
          "column": 117
        },
        "end": {
          "line": 12,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 100,
      "start": 416,
      "end": 419,
      "loc": {
        "start": {
          "line": 12,
          "column": 119
        },
        "end": {
          "line": 12,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 419,
      "end": 420,
      "loc": {
        "start": {
          "line": 12,
          "column": 122
        },
        "end": {
          "line": 12,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 425,
      "end": 429,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 429,
      "end": 430,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userData",
      "start": 430,
      "end": 438,
      "loc": {
        "start": {
          "line": 13,
          "column": 9
        },
        "end": {
          "line": 13,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 439,
      "end": 440,
      "loc": {
        "start": {
          "line": 13,
          "column": 18
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 441,
      "end": 442,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 443,
      "end": 445,
      "loc": {
        "start": {
          "line": 13,
          "column": 22
        },
        "end": {
          "line": 13,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 445,
      "end": 446,
      "loc": {
        "start": {
          "line": 13,
          "column": 24
        },
        "end": {
          "line": 13,
          "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": 447,
      "end": 448,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 448,
      "end": 449,
      "loc": {
        "start": {
          "line": 13,
          "column": 27
        },
        "end": {
          "line": 13,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parentId",
      "start": 450,
      "end": 458,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 458,
      "end": 459,
      "loc": {
        "start": {
          "line": 13,
          "column": 37
        },
        "end": {
          "line": 13,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 460,
      "end": 462,
      "loc": {
        "start": {
          "line": 13,
          "column": 39
        },
        "end": {
          "line": 13,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 462,
      "end": 463,
      "loc": {
        "start": {
          "line": 13,
          "column": 41
        },
        "end": {
          "line": 13,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 464,
      "end": 468,
      "loc": {
        "start": {
          "line": 13,
          "column": 43
        },
        "end": {
          "line": 13,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 468,
      "end": 469,
      "loc": {
        "start": {
          "line": 13,
          "column": 47
        },
        "end": {
          "line": 13,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 470,
      "end": 476,
      "loc": {
        "start": {
          "line": 13,
          "column": 49
        },
        "end": {
          "line": 13,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 476,
      "end": 477,
      "loc": {
        "start": {
          "line": 13,
          "column": 55
        },
        "end": {
          "line": 13,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 477,
      "end": 480,
      "loc": {
        "start": {
          "line": 13,
          "column": 56
        },
        "end": {
          "line": 13,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 480,
      "end": 481,
      "loc": {
        "start": {
          "line": 13,
          "column": 59
        },
        "end": {
          "line": 13,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 481,
      "end": 486,
      "loc": {
        "start": {
          "line": 13,
          "column": 60
        },
        "end": {
          "line": 13,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 487,
      "end": 489,
      "loc": {
        "start": {
          "line": 13,
          "column": 66
        },
        "end": {
          "line": 13,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 490,
      "end": 495,
      "loc": {
        "start": {
          "line": 13,
          "column": 69
        },
        "end": {
          "line": 13,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 495,
      "end": 496,
      "loc": {
        "start": {
          "line": 13,
          "column": 74
        },
        "end": {
          "line": 13,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 496,
      "end": 500,
      "loc": {
        "start": {
          "line": 13,
          "column": 75
        },
        "end": {
          "line": 13,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 500,
      "end": 501,
      "loc": {
        "start": {
          "line": 13,
          "column": 79
        },
        "end": {
          "line": 13,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 502,
      "end": 503,
      "loc": {
        "start": {
          "line": 13,
          "column": 81
        },
        "end": {
          "line": 13,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 503,
      "end": 504,
      "loc": {
        "start": {
          "line": 13,
          "column": 82
        },
        "end": {
          "line": 13,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create geometry",
      "start": 510,
      "end": 528,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "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": "geom",
      "start": 533,
      "end": 537,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 537,
      "end": 538,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 538,
      "end": 546,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 547,
      "end": 548,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "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": 549,
      "end": 552,
      "loc": {
        "start": {
          "line": 16,
          "column": 20
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 553,
      "end": 558,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 558,
      "end": 559,
      "loc": {
        "start": {
          "line": 16,
          "column": 29
        },
        "end": {
          "line": 16,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferGeometry",
      "start": 559,
      "end": 573,
      "loc": {
        "start": {
          "line": 16,
          "column": 30
        },
        "end": {
          "line": 16,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 573,
      "end": 574,
      "loc": {
        "start": {
          "line": 16,
          "column": 44
        },
        "end": {
          "line": 16,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 16,
          "column": 45
        },
        "end": {
          "line": 16,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 575,
      "end": 576,
      "loc": {
        "start": {
          "line": 16,
          "column": 46
        },
        "end": {
          "line": 16,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 581,
      "end": 585,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 585,
      "end": 586,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 586,
      "end": 594,
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAttribute",
      "start": 595,
      "end": 607,
      "loc": {
        "start": {
          "line": 17,
          "column": 18
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 607,
      "end": 608,
      "loc": {
        "start": {
          "line": 17,
          "column": 30
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "position",
      "start": 608,
      "end": 618,
      "loc": {
        "start": {
          "line": 17,
          "column": 31
        },
        "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": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 17,
          "column": 41
        },
        "end": {
          "line": 17,
          "column": 42
        }
      }
    },
    {
      "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": 620,
      "end": 623,
      "loc": {
        "start": {
          "line": 17,
          "column": 43
        },
        "end": {
          "line": 17,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 624,
      "end": 629,
      "loc": {
        "start": {
          "line": 17,
          "column": 47
        },
        "end": {
          "line": 17,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 17,
          "column": 52
        },
        "end": {
          "line": 17,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferAttribute",
      "start": 630,
      "end": 645,
      "loc": {
        "start": {
          "line": 17,
          "column": 53
        },
        "end": {
          "line": 17,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 645,
      "end": 646,
      "loc": {
        "start": {
          "line": 17,
          "column": 68
        },
        "end": {
          "line": 17,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 646,
      "end": 650,
      "loc": {
        "start": {
          "line": 17,
          "column": 69
        },
        "end": {
          "line": 17,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 650,
      "end": 651,
      "loc": {
        "start": {
          "line": 17,
          "column": 73
        },
        "end": {
          "line": 17,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 651,
      "end": 655,
      "loc": {
        "start": {
          "line": 17,
          "column": 74
        },
        "end": {
          "line": 17,
          "column": 78
        }
      }
    },
    {
      "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": 17,
          "column": 78
        },
        "end": {
          "line": 17,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 656,
      "end": 664,
      "loc": {
        "start": {
          "line": 17,
          "column": 79
        },
        "end": {
          "line": 17,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 664,
      "end": 665,
      "loc": {
        "start": {
          "line": 17,
          "column": 87
        },
        "end": {
          "line": 17,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 666,
      "end": 667,
      "loc": {
        "start": {
          "line": 17,
          "column": 89
        },
        "end": {
          "line": 17,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 667,
      "end": 668,
      "loc": {
        "start": {
          "line": 17,
          "column": 90
        },
        "end": {
          "line": 17,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 668,
      "end": 669,
      "loc": {
        "start": {
          "line": 17,
          "column": 91
        },
        "end": {
          "line": 17,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 669,
      "end": 670,
      "loc": {
        "start": {
          "line": 17,
          "column": 92
        },
        "end": {
          "line": 17,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 675,
      "end": 679,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 679,
      "end": 680,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 680,
      "end": 688,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 688,
      "end": 689,
      "loc": {
        "start": {
          "line": 18,
          "column": 17
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 689,
      "end": 695,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 696,
      "end": 697,
      "loc": {
        "start": {
          "line": 18,
          "column": 25
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 698,
      "end": 699,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 699,
      "end": 700,
      "loc": {
        "start": {
          "line": 18,
          "column": 28
        },
        "end": {
          "line": 18,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 700,
      "end": 701,
      "loc": {
        "start": {
          "line": 18,
          "column": 29
        },
        "end": {
          "line": 18,
          "column": 30
        }
      }
    },
    {
      "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": 707,
      "end": 709,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 710,
      "end": 711,
      "loc": {
        "start": {
          "line": 20,
          "column": 7
        },
        "end": {
          "line": 20,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 711,
      "end": 718,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 718,
      "end": 719,
      "loc": {
        "start": {
          "line": 20,
          "column": 15
        },
        "end": {
          "line": 20,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 719,
      "end": 727,
      "loc": {
        "start": {
          "line": 20,
          "column": 16
        },
        "end": {
          "line": 20,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 728,
      "end": 731,
      "loc": {
        "start": {
          "line": 20,
          "column": 25
        },
        "end": {
          "line": 20,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "multi",
      "start": 732,
      "end": 739,
      "loc": {
        "start": {
          "line": 20,
          "column": 29
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 739,
      "end": 740,
      "loc": {
        "start": {
          "line": 20,
          "column": 36
        },
        "end": {
          "line": 20,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 741,
      "end": 742,
      "loc": {
        "start": {
          "line": 20,
          "column": 38
        },
        "end": {
          "line": 20,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 751,
      "end": 755,
      "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": 755,
      "end": 756,
      "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": "material",
      "start": 756,
      "end": 764,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 21,
          "column": 22
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "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": 767,
      "end": 770,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 771,
      "end": 776,
      "loc": {
        "start": {
          "line": 21,
          "column": 28
        },
        "end": {
          "line": 21,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 776,
      "end": 777,
      "loc": {
        "start": {
          "line": 21,
          "column": 33
        },
        "end": {
          "line": 21,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MultiMaterial",
      "start": 777,
      "end": 790,
      "loc": {
        "start": {
          "line": 21,
          "column": 34
        },
        "end": {
          "line": 21,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 790,
      "end": 791,
      "loc": {
        "start": {
          "line": 21,
          "column": 47
        },
        "end": {
          "line": 21,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 791,
      "end": 797,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 54
        }
      }
    },
    {
      "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": 54
        },
        "end": {
          "line": 21,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 798,
      "end": 801,
      "loc": {
        "start": {
          "line": 21,
          "column": 55
        },
        "end": {
          "line": 21,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 21,
          "column": 58
        },
        "end": {
          "line": 21,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 802,
      "end": 807,
      "loc": {
        "start": {
          "line": 21,
          "column": 59
        },
        "end": {
          "line": 21,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 808,
      "end": 810,
      "loc": {
        "start": {
          "line": 21,
          "column": 65
        },
        "end": {
          "line": 21,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 811,
      "end": 812,
      "loc": {
        "start": {
          "line": 21,
          "column": 68
        },
        "end": {
          "line": 21,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "convertVectors",
      "start": 825,
      "end": 839,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 22,
          "column": 26
        },
        "end": {
          "line": 22,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 840,
      "end": 845,
      "loc": {
        "start": {
          "line": 22,
          "column": 27
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 846,
      "end": 850,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 850,
      "end": 851,
      "loc": {
        "start": {
          "line": 22,
          "column": 37
        },
        "end": {
          "line": 22,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 851,
      "end": 852,
      "loc": {
        "start": {
          "line": 22,
          "column": 38
        },
        "end": {
          "line": 22,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 865,
      "end": 869,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 869,
      "end": 870,
      "loc": {
        "start": {
          "line": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 870,
      "end": 878,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 878,
      "end": 879,
      "loc": {
        "start": {
          "line": 23,
          "column": 25
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 879,
      "end": 885,
      "loc": {
        "start": {
          "line": 23,
          "column": 26
        },
        "end": {
          "line": 23,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 23,
          "column": 32
        },
        "end": {
          "line": 23,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 886,
      "end": 890,
      "loc": {
        "start": {
          "line": 23,
          "column": 33
        },
        "end": {
          "line": 23,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 890,
      "end": 891,
      "loc": {
        "start": {
          "line": 23,
          "column": 37
        },
        "end": {
          "line": 23,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 891,
      "end": 892,
      "loc": {
        "start": {
          "line": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 893,
      "end": 898,
      "loc": {
        "start": {
          "line": 23,
          "column": 40
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 898,
      "end": 899,
      "loc": {
        "start": {
          "line": 23,
          "column": 45
        },
        "end": {
          "line": 23,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 900,
      "end": 905,
      "loc": {
        "start": {
          "line": 23,
          "column": 47
        },
        "end": {
          "line": 23,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 905,
      "end": 906,
      "loc": {
        "start": {
          "line": 23,
          "column": 52
        },
        "end": {
          "line": 23,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 906,
      "end": 911,
      "loc": {
        "start": {
          "line": 23,
          "column": 53
        },
        "end": {
          "line": 23,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 912,
      "end": 913,
      "loc": {
        "start": {
          "line": 23,
          "column": 59
        },
        "end": {
          "line": 23,
          "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": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 23,
          "column": 61
        },
        "end": {
          "line": 23,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 915,
      "end": 916,
      "loc": {
        "start": {
          "line": 23,
          "column": 62
        },
        "end": {
          "line": 23,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 917,
      "end": 922,
      "loc": {
        "start": {
          "line": 23,
          "column": 64
        },
        "end": {
          "line": 23,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 922,
      "end": 923,
      "loc": {
        "start": {
          "line": 23,
          "column": 69
        },
        "end": {
          "line": 23,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 924,
      "end": 929,
      "loc": {
        "start": {
          "line": 23,
          "column": 71
        },
        "end": {
          "line": 23,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 929,
      "end": 930,
      "loc": {
        "start": {
          "line": 23,
          "column": 76
        },
        "end": {
          "line": 23,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 930,
      "end": 935,
      "loc": {
        "start": {
          "line": 23,
          "column": 77
        },
        "end": {
          "line": 23,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 23,
          "column": 83
        },
        "end": {
          "line": 23,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 938,
      "end": 939,
      "loc": {
        "start": {
          "line": 23,
          "column": 85
        },
        "end": {
          "line": 23,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 939,
      "end": 940,
      "loc": {
        "start": {
          "line": 23,
          "column": 86
        },
        "end": {
          "line": 23,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materialIndex",
      "start": 941,
      "end": 954,
      "loc": {
        "start": {
          "line": 23,
          "column": 88
        },
        "end": {
          "line": 23,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 954,
      "end": 955,
      "loc": {
        "start": {
          "line": 23,
          "column": 101
        },
        "end": {
          "line": 23,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 956,
      "end": 961,
      "loc": {
        "start": {
          "line": 23,
          "column": 103
        },
        "end": {
          "line": 23,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 961,
      "end": 962,
      "loc": {
        "start": {
          "line": 23,
          "column": 108
        },
        "end": {
          "line": 23,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 962,
      "end": 967,
      "loc": {
        "start": {
          "line": 23,
          "column": 109
        },
        "end": {
          "line": 23,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 967,
      "end": 968,
      "loc": {
        "start": {
          "line": 23,
          "column": 114
        },
        "end": {
          "line": 23,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 969,
      "end": 973,
      "loc": {
        "start": {
          "line": 23,
          "column": 116
        },
        "end": {
          "line": 23,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 973,
      "end": 974,
      "loc": {
        "start": {
          "line": 23,
          "column": 120
        },
        "end": {
          "line": 23,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 975,
      "end": 980,
      "loc": {
        "start": {
          "line": 23,
          "column": 122
        },
        "end": {
          "line": 23,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 23,
          "column": 127
        },
        "end": {
          "line": 23,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 981,
      "end": 985,
      "loc": {
        "start": {
          "line": 23,
          "column": 128
        },
        "end": {
          "line": 23,
          "column": 132
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 986,
      "end": 987,
      "loc": {
        "start": {
          "line": 23,
          "column": 133
        },
        "end": {
          "line": 23,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 987,
      "end": 988,
      "loc": {
        "start": {
          "line": 23,
          "column": 134
        },
        "end": {
          "line": 23,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 988,
      "end": 989,
      "loc": {
        "start": {
          "line": 23,
          "column": 135
        },
        "end": {
          "line": 23,
          "column": 136
        }
      }
    },
    {
      "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": 1002,
      "end": 1005,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1006,
      "end": 1014,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 24,
          "column": 25
        },
        "end": {
          "line": 24,
          "column": 26
        }
      }
    },
    {
      "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": 1017,
      "end": 1020,
      "loc": {
        "start": {
          "line": 24,
          "column": 27
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1021,
      "end": 1026,
      "loc": {
        "start": {
          "line": 24,
          "column": 31
        },
        "end": {
          "line": 24,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1026,
      "end": 1027,
      "loc": {
        "start": {
          "line": 24,
          "column": 36
        },
        "end": {
          "line": 24,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LineBasicMaterial",
      "start": 1027,
      "end": 1044,
      "loc": {
        "start": {
          "line": 24,
          "column": 37
        },
        "end": {
          "line": 24,
          "column": 54
        }
      }
    },
    {
      "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": 24,
          "column": 54
        },
        "end": {
          "line": 24,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1045,
      "end": 1046,
      "loc": {
        "start": {
          "line": 24,
          "column": 55
        },
        "end": {
          "line": 24,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1063,
      "end": 1068,
      "loc": {
        "start": {
          "line": 25,
          "column": 16
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1068,
      "end": 1069,
      "loc": {
        "start": {
          "line": 25,
          "column": 21
        },
        "end": {
          "line": 25,
          "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": 1070,
      "end": 1073,
      "loc": {
        "start": {
          "line": 25,
          "column": 23
        },
        "end": {
          "line": 25,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1074,
      "end": 1079,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1079,
      "end": 1080,
      "loc": {
        "start": {
          "line": 25,
          "column": 32
        },
        "end": {
          "line": 25,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 1080,
      "end": 1085,
      "loc": {
        "start": {
          "line": 25,
          "column": 33
        },
        "end": {
          "line": 25,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1085,
      "end": 1086,
      "loc": {
        "start": {
          "line": 25,
          "column": 38
        },
        "end": {
          "line": 25,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 1086,
      "end": 1091,
      "loc": {
        "start": {
          "line": 25,
          "column": 39
        },
        "end": {
          "line": 25,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1091,
      "end": 1092,
      "loc": {
        "start": {
          "line": 25,
          "column": 44
        },
        "end": {
          "line": 25,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1092,
      "end": 1097,
      "loc": {
        "start": {
          "line": 25,
          "column": 45
        },
        "end": {
          "line": 25,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 25,
          "column": 50
        },
        "end": {
          "line": 25,
          "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": 1098,
      "end": 1099,
      "loc": {
        "start": {
          "line": 25,
          "column": 51
        },
        "end": {
          "line": 25,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1099,
      "end": 1100,
      "loc": {
        "start": {
          "line": 25,
          "column": 52
        },
        "end": {
          "line": 25,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 25,
          "column": 54
        },
        "end": {
          "line": 25,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 1103,
      "end": 1106,
      "loc": {
        "start": {
          "line": 25,
          "column": 56
        },
        "end": {
          "line": 25,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1106,
      "end": 1107,
      "loc": {
        "start": {
          "line": 25,
          "column": 59
        },
        "end": {
          "line": 25,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 1108,
      "end": 1113,
      "loc": {
        "start": {
          "line": 25,
          "column": 61
        },
        "end": {
          "line": 25,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1113,
      "end": 1114,
      "loc": {
        "start": {
          "line": 25,
          "column": 66
        },
        "end": {
          "line": 25,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1114,
      "end": 1119,
      "loc": {
        "start": {
          "line": 25,
          "column": 67
        },
        "end": {
          "line": 25,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1119,
      "end": 1120,
      "loc": {
        "start": {
          "line": 25,
          "column": 72
        },
        "end": {
          "line": 25,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1120,
      "end": 1121,
      "loc": {
        "start": {
          "line": 25,
          "column": 73
        },
        "end": {
          "line": 25,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1121,
      "end": 1122,
      "loc": {
        "start": {
          "line": 25,
          "column": 74
        },
        "end": {
          "line": 25,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1123,
      "end": 1124,
      "loc": {
        "start": {
          "line": 25,
          "column": 76
        },
        "end": {
          "line": 25,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 1125,
      "end": 1128,
      "loc": {
        "start": {
          "line": 25,
          "column": 78
        },
        "end": {
          "line": 25,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1128,
      "end": 1129,
      "loc": {
        "start": {
          "line": 25,
          "column": 81
        },
        "end": {
          "line": 25,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 1130,
      "end": 1135,
      "loc": {
        "start": {
          "line": 25,
          "column": 83
        },
        "end": {
          "line": 25,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1135,
      "end": 1136,
      "loc": {
        "start": {
          "line": 25,
          "column": 88
        },
        "end": {
          "line": 25,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1136,
      "end": 1141,
      "loc": {
        "start": {
          "line": 25,
          "column": 89
        },
        "end": {
          "line": 25,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1141,
      "end": 1142,
      "loc": {
        "start": {
          "line": 25,
          "column": 94
        },
        "end": {
          "line": 25,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 1142,
      "end": 1143,
      "loc": {
        "start": {
          "line": 25,
          "column": 95
        },
        "end": {
          "line": 25,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 25,
          "column": 96
        },
        "end": {
          "line": 25,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1145,
      "end": 1146,
      "loc": {
        "start": {
          "line": 25,
          "column": 98
        },
        "end": {
          "line": 25,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 1147,
      "end": 1150,
      "loc": {
        "start": {
          "line": 25,
          "column": 100
        },
        "end": {
          "line": 25,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1150,
      "end": 1151,
      "loc": {
        "start": {
          "line": 25,
          "column": 103
        },
        "end": {
          "line": 25,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1151,
      "end": 1152,
      "loc": {
        "start": {
          "line": 25,
          "column": 104
        },
        "end": {
          "line": 25,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 1169,
      "end": 1176,
      "loc": {
        "start": {
          "line": 26,
          "column": 16
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1176,
      "end": 1177,
      "loc": {
        "start": {
          "line": 26,
          "column": 23
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1178,
      "end": 1182,
      "loc": {
        "start": {
          "line": 26,
          "column": 25
        },
        "end": {
          "line": 26,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1182,
      "end": 1183,
      "loc": {
        "start": {
          "line": 26,
          "column": 29
        },
        "end": {
          "line": 26,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 1183,
      "end": 1193,
      "loc": {
        "start": {
          "line": 26,
          "column": 30
        },
        "end": {
          "line": 26,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1193,
      "end": 1194,
      "loc": {
        "start": {
          "line": 26,
          "column": 40
        },
        "end": {
          "line": 26,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 1194,
      "end": 1201,
      "loc": {
        "start": {
          "line": 26,
          "column": 41
        },
        "end": {
          "line": 26,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1201,
      "end": 1202,
      "loc": {
        "start": {
          "line": 26,
          "column": 48
        },
        "end": {
          "line": 26,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 1219,
      "end": 1230,
      "loc": {
        "start": {
          "line": 27,
          "column": 16
        },
        "end": {
          "line": 27,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1230,
      "end": 1231,
      "loc": {
        "start": {
          "line": 27,
          "column": 27
        },
        "end": {
          "line": 27,
          "column": 28
        }
      }
    },
    {
      "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": 1232,
      "end": 1236,
      "loc": {
        "start": {
          "line": 27,
          "column": 29
        },
        "end": {
          "line": 27,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1236,
      "end": 1237,
      "loc": {
        "start": {
          "line": 27,
          "column": 33
        },
        "end": {
          "line": 27,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fog",
      "start": 1254,
      "end": 1257,
      "loc": {
        "start": {
          "line": 28,
          "column": 16
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1257,
      "end": 1258,
      "loc": {
        "start": {
          "line": 28,
          "column": 19
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    },
    {
      "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": 1259,
      "end": 1264,
      "loc": {
        "start": {
          "line": 28,
          "column": 21
        },
        "end": {
          "line": 28,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1277,
      "end": 1278,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1278,
      "end": 1279,
      "loc": {
        "start": {
          "line": 29,
          "column": 13
        },
        "end": {
          "line": 29,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1279,
      "end": 1280,
      "loc": {
        "start": {
          "line": 29,
          "column": 14
        },
        "end": {
          "line": 29,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1293,
      "end": 1301,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1301,
      "end": 1302,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 1302,
      "end": 1306,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1307,
      "end": 1308,
      "loc": {
        "start": {
          "line": 30,
          "column": 26
        },
        "end": {
          "line": 30,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 1309,
      "end": 1314,
      "loc": {
        "start": {
          "line": 30,
          "column": 28
        },
        "end": {
          "line": 30,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1314,
      "end": 1315,
      "loc": {
        "start": {
          "line": 30,
          "column": 33
        },
        "end": {
          "line": 30,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 1315,
      "end": 1319,
      "loc": {
        "start": {
          "line": 30,
          "column": 34
        },
        "end": {
          "line": 30,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1319,
      "end": 1320,
      "loc": {
        "start": {
          "line": 30,
          "column": 38
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1333,
      "end": 1341,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 31,
          "column": 20
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1342,
      "end": 1348,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1349,
      "end": 1350,
      "loc": {
        "start": {
          "line": 31,
          "column": 28
        },
        "end": {
          "line": 31,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1351,
      "end": 1355,
      "loc": {
        "start": {
          "line": 31,
          "column": 30
        },
        "end": {
          "line": 31,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1355,
      "end": 1356,
      "loc": {
        "start": {
          "line": 31,
          "column": 34
        },
        "end": {
          "line": 31,
          "column": 35
        }
      }
    },
    {
      "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": 1369,
      "end": 1375,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1376,
      "end": 1384,
      "loc": {
        "start": {
          "line": 32,
          "column": 19
        },
        "end": {
          "line": 32,
          "column": 27
        }
      }
    },
    {
      "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": 32,
          "column": 27
        },
        "end": {
          "line": 32,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1395,
      "end": 1396,
      "loc": {
        "start": {
          "line": 33,
          "column": 9
        },
        "end": {
          "line": 33,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1396,
      "end": 1397,
      "loc": {
        "start": {
          "line": 33,
          "column": 10
        },
        "end": {
          "line": 33,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1397,
      "end": 1398,
      "loc": {
        "start": {
          "line": 33,
          "column": 11
        },
        "end": {
          "line": 33,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1404,
      "end": 1405,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "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": 1406,
      "end": 1410,
      "loc": {
        "start": {
          "line": 35,
          "column": 6
        },
        "end": {
          "line": 35,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1411,
      "end": 1412,
      "loc": {
        "start": {
          "line": 35,
          "column": 11
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1422,
      "end": 1426,
      "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": 1426,
      "end": 1427,
      "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": "material",
      "start": 1427,
      "end": 1435,
      "loc": {
        "start": {
          "line": 37,
          "column": 13
        },
        "end": {
          "line": 37,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1436,
      "end": 1437,
      "loc": {
        "start": {
          "line": 37,
          "column": 22
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "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": 1438,
      "end": 1441,
      "loc": {
        "start": {
          "line": 37,
          "column": 24
        },
        "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": "THREE",
      "start": 1442,
      "end": 1447,
      "loc": {
        "start": {
          "line": 37,
          "column": 28
        },
        "end": {
          "line": 37,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 37,
          "column": 33
        },
        "end": {
          "line": 37,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LineBasicMaterial",
      "start": 1448,
      "end": 1465,
      "loc": {
        "start": {
          "line": 37,
          "column": 34
        },
        "end": {
          "line": 37,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1465,
      "end": 1466,
      "loc": {
        "start": {
          "line": 37,
          "column": 51
        },
        "end": {
          "line": 37,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1466,
      "end": 1467,
      "loc": {
        "start": {
          "line": 37,
          "column": 52
        },
        "end": {
          "line": 37,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1480,
      "end": 1485,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 38,
          "column": 17
        },
        "end": {
          "line": 38,
          "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": 1487,
      "end": 1490,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1491,
      "end": 1496,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1496,
      "end": 1497,
      "loc": {
        "start": {
          "line": 38,
          "column": 28
        },
        "end": {
          "line": 38,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 1497,
      "end": 1502,
      "loc": {
        "start": {
          "line": 38,
          "column": 29
        },
        "end": {
          "line": 38,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1502,
      "end": 1503,
      "loc": {
        "start": {
          "line": 38,
          "column": 34
        },
        "end": {
          "line": 38,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1503,
      "end": 1507,
      "loc": {
        "start": {
          "line": 38,
          "column": 35
        },
        "end": {
          "line": 38,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 38,
          "column": 39
        },
        "end": {
          "line": 38,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 1508,
      "end": 1518,
      "loc": {
        "start": {
          "line": 38,
          "column": 40
        },
        "end": {
          "line": 38,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1518,
      "end": 1519,
      "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": "color",
      "start": 1519,
      "end": 1524,
      "loc": {
        "start": {
          "line": 38,
          "column": 51
        },
        "end": {
          "line": 38,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1524,
      "end": 1525,
      "loc": {
        "start": {
          "line": 38,
          "column": 56
        },
        "end": {
          "line": 38,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1525,
      "end": 1526,
      "loc": {
        "start": {
          "line": 38,
          "column": 57
        },
        "end": {
          "line": 38,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1526,
      "end": 1527,
      "loc": {
        "start": {
          "line": 38,
          "column": 58
        },
        "end": {
          "line": 38,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1528,
      "end": 1529,
      "loc": {
        "start": {
          "line": 38,
          "column": 60
        },
        "end": {
          "line": 38,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 1530,
      "end": 1533,
      "loc": {
        "start": {
          "line": 38,
          "column": 62
        },
        "end": {
          "line": 38,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1533,
      "end": 1534,
      "loc": {
        "start": {
          "line": 38,
          "column": 65
        },
        "end": {
          "line": 38,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1535,
      "end": 1539,
      "loc": {
        "start": {
          "line": 38,
          "column": 67
        },
        "end": {
          "line": 38,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1539,
      "end": 1540,
      "loc": {
        "start": {
          "line": 38,
          "column": 71
        },
        "end": {
          "line": 38,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 1540,
      "end": 1550,
      "loc": {
        "start": {
          "line": 38,
          "column": 72
        },
        "end": {
          "line": 38,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1550,
      "end": 1551,
      "loc": {
        "start": {
          "line": 38,
          "column": 82
        },
        "end": {
          "line": 38,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1551,
      "end": 1556,
      "loc": {
        "start": {
          "line": 38,
          "column": 83
        },
        "end": {
          "line": 38,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1556,
      "end": 1557,
      "loc": {
        "start": {
          "line": 38,
          "column": 88
        },
        "end": {
          "line": 38,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 38,
          "column": 89
        },
        "end": {
          "line": 38,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1558,
      "end": 1559,
      "loc": {
        "start": {
          "line": 38,
          "column": 90
        },
        "end": {
          "line": 38,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1560,
      "end": 1561,
      "loc": {
        "start": {
          "line": 38,
          "column": 92
        },
        "end": {
          "line": 38,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 1562,
      "end": 1565,
      "loc": {
        "start": {
          "line": 38,
          "column": 94
        },
        "end": {
          "line": 38,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1565,
      "end": 1566,
      "loc": {
        "start": {
          "line": 38,
          "column": 97
        },
        "end": {
          "line": 38,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1567,
      "end": 1571,
      "loc": {
        "start": {
          "line": 38,
          "column": 99
        },
        "end": {
          "line": 38,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1571,
      "end": 1572,
      "loc": {
        "start": {
          "line": 38,
          "column": 103
        },
        "end": {
          "line": 38,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 1572,
      "end": 1582,
      "loc": {
        "start": {
          "line": 38,
          "column": 104
        },
        "end": {
          "line": 38,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1582,
      "end": 1583,
      "loc": {
        "start": {
          "line": 38,
          "column": 114
        },
        "end": {
          "line": 38,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1583,
      "end": 1588,
      "loc": {
        "start": {
          "line": 38,
          "column": 115
        },
        "end": {
          "line": 38,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 38,
          "column": 120
        },
        "end": {
          "line": 38,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 1589,
      "end": 1590,
      "loc": {
        "start": {
          "line": 38,
          "column": 121
        },
        "end": {
          "line": 38,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 38,
          "column": 122
        },
        "end": {
          "line": 38,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1592,
      "end": 1593,
      "loc": {
        "start": {
          "line": 38,
          "column": 124
        },
        "end": {
          "line": 38,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 1594,
      "end": 1597,
      "loc": {
        "start": {
          "line": 38,
          "column": 126
        },
        "end": {
          "line": 38,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1597,
      "end": 1598,
      "loc": {
        "start": {
          "line": 38,
          "column": 129
        },
        "end": {
          "line": 38,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1598,
      "end": 1599,
      "loc": {
        "start": {
          "line": 38,
          "column": 130
        },
        "end": {
          "line": 38,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 1612,
      "end": 1619,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1619,
      "end": 1620,
      "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": "data",
      "start": 1621,
      "end": 1625,
      "loc": {
        "start": {
          "line": 39,
          "column": 21
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1625,
      "end": 1626,
      "loc": {
        "start": {
          "line": 39,
          "column": 25
        },
        "end": {
          "line": 39,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 1626,
      "end": 1636,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1636,
      "end": 1637,
      "loc": {
        "start": {
          "line": 39,
          "column": 36
        },
        "end": {
          "line": 39,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 1637,
      "end": 1644,
      "loc": {
        "start": {
          "line": 39,
          "column": 37
        },
        "end": {
          "line": 39,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 39,
          "column": 44
        },
        "end": {
          "line": 39,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 1658,
      "end": 1669,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1669,
      "end": 1670,
      "loc": {
        "start": {
          "line": 40,
          "column": 23
        },
        "end": {
          "line": 40,
          "column": 24
        }
      }
    },
    {
      "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": 1671,
      "end": 1675,
      "loc": {
        "start": {
          "line": 40,
          "column": 25
        },
        "end": {
          "line": 40,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1675,
      "end": 1676,
      "loc": {
        "start": {
          "line": 40,
          "column": 29
        },
        "end": {
          "line": 40,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fog",
      "start": 1689,
      "end": 1692,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1692,
      "end": 1693,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 16
        }
      }
    },
    {
      "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": 1694,
      "end": 1699,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1708,
      "end": 1709,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 42,
          "column": 9
        },
        "end": {
          "line": 42,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1720,
      "end": 1724,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 43,
          "column": 12
        },
        "end": {
          "line": 43,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1725,
      "end": 1733,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 43,
          "column": 21
        },
        "end": {
          "line": 43,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1734,
      "end": 1740,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1741,
      "end": 1742,
      "loc": {
        "start": {
          "line": 43,
          "column": 29
        },
        "end": {
          "line": 43,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1743,
      "end": 1747,
      "loc": {
        "start": {
          "line": 43,
          "column": 31
        },
        "end": {
          "line": 43,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 43,
          "column": 35
        },
        "end": {
          "line": 43,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1753,
      "end": 1754,
      "loc": {
        "start": {
          "line": 44,
          "column": 4
        },
        "end": {
          "line": 44,
          "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": 1760,
      "end": 1766,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalize",
      "start": 1767,
      "end": 1775,
      "loc": {
        "start": {
          "line": 46,
          "column": 11
        },
        "end": {
          "line": 46,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1775,
      "end": 1776,
      "loc": {
        "start": {
          "line": 46,
          "column": 19
        },
        "end": {
          "line": 46,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1776,
      "end": 1780,
      "loc": {
        "start": {
          "line": 46,
          "column": 20
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1780,
      "end": 1781,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1782,
      "end": 1786,
      "loc": {
        "start": {
          "line": 46,
          "column": 26
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1786,
      "end": 1787,
      "loc": {
        "start": {
          "line": 46,
          "column": 30
        },
        "end": {
          "line": 46,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 1788,
      "end": 1794,
      "loc": {
        "start": {
          "line": 46,
          "column": 32
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1794,
      "end": 1795,
      "loc": {
        "start": {
          "line": 46,
          "column": 38
        },
        "end": {
          "line": 46,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1795,
      "end": 1796,
      "loc": {
        "start": {
          "line": 46,
          "column": 39
        },
        "end": {
          "line": 46,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1797,
      "end": 1798,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 1
        }
      }
    },
    {
      "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": 1800,
      "end": 1806,
      "loc": {
        "start": {
          "line": 49,
          "column": 0
        },
        "end": {
          "line": 49,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1807,
      "end": 1815,
      "loc": {
        "start": {
          "line": 49,
          "column": 7
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseMesh",
      "start": 1816,
      "end": 1825,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1825,
      "end": 1826,
      "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": "data",
      "start": 1826,
      "end": 1830,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 49,
          "column": 30
        },
        "end": {
          "line": 49,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 1832,
      "end": 1839,
      "loc": {
        "start": {
          "line": 49,
          "column": 32
        },
        "end": {
          "line": 49,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1839,
      "end": 1840,
      "loc": {
        "start": {
          "line": 49,
          "column": 39
        },
        "end": {
          "line": 49,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1841,
      "end": 1842,
      "loc": {
        "start": {
          "line": 49,
          "column": 41
        },
        "end": {
          "line": 49,
          "column": 42
        }
      }
    },
    {
      "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": 1848,
      "end": 1851,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1852,
      "end": 1853,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1854,
      "end": 1861,
      "loc": {
        "start": {
          "line": 51,
          "column": 10
        },
        "end": {
          "line": 51,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1862,
      "end": 1863,
      "loc": {
        "start": {
          "line": 51,
          "column": 18
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1864,
      "end": 1865,
      "loc": {
        "start": {
          "line": 51,
          "column": 20
        },
        "end": {
          "line": 51,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 1866,
      "end": 1873,
      "loc": {
        "start": {
          "line": 51,
          "column": 22
        },
        "end": {
          "line": 51,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1873,
      "end": 1874,
      "loc": {
        "start": {
          "line": 51,
          "column": 29
        },
        "end": {
          "line": 51,
          "column": 30
        }
      }
    },
    {
      "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": 1879,
      "end": 1882,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1885,
      "end": 1887,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1887,
      "end": 1888,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 1889,
      "end": 1893,
      "loc": {
        "start": {
          "line": 52,
          "column": 14
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1893,
      "end": 1894,
      "loc": {
        "start": {
          "line": 52,
          "column": 18
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1895,
      "end": 1896,
      "loc": {
        "start": {
          "line": 52,
          "column": 20
        },
        "end": {
          "line": 52,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 1897,
      "end": 1903,
      "loc": {
        "start": {
          "line": 52,
          "column": 22
        },
        "end": {
          "line": 52,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 52,
          "column": 29
        },
        "end": {
          "line": 52,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 52,
          "column": 31
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1908,
      "end": 1909,
      "loc": {
        "start": {
          "line": 52,
          "column": 33
        },
        "end": {
          "line": 52,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1910,
      "end": 1914,
      "loc": {
        "start": {
          "line": 52,
          "column": 35
        },
        "end": {
          "line": 52,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1914,
      "end": 1915,
      "loc": {
        "start": {
          "line": 52,
          "column": 39
        },
        "end": {
          "line": 52,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create mesh",
      "start": 1921,
      "end": 1935,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "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": 1940,
      "end": 1943,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1944,
      "end": 1948,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1949,
      "end": 1950,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 14
        }
      }
    },
    {
      "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": 1951,
      "end": 1954,
      "loc": {
        "start": {
          "line": 55,
          "column": 15
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1955,
      "end": 1960,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1960,
      "end": 1961,
      "loc": {
        "start": {
          "line": 55,
          "column": 24
        },
        "end": {
          "line": 55,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Mesh",
      "start": 1961,
      "end": 1965,
      "loc": {
        "start": {
          "line": 55,
          "column": 25
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1965,
      "end": 1966,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1966,
      "end": 1967,
      "loc": {
        "start": {
          "line": 55,
          "column": 30
        },
        "end": {
          "line": 55,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1967,
      "end": 1968,
      "loc": {
        "start": {
          "line": 55,
          "column": 31
        },
        "end": {
          "line": 55,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 1973,
      "end": 1977,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renderOrder",
      "start": 1978,
      "end": 1989,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1990,
      "end": 1991,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "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": 1992,
      "end": 1998,
      "loc": {
        "start": {
          "line": 56,
          "column": 23
        },
        "end": {
          "line": 56,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Defaults",
      "start": 1999,
      "end": 2007,
      "loc": {
        "start": {
          "line": 56,
          "column": 30
        },
        "end": {
          "line": 56,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2007,
      "end": 2008,
      "loc": {
        "start": {
          "line": 56,
          "column": 38
        },
        "end": {
          "line": 56,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renderOrder",
      "start": 2008,
      "end": 2019,
      "loc": {
        "start": {
          "line": 56,
          "column": 39
        },
        "end": {
          "line": 56,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2019,
      "end": 2020,
      "loc": {
        "start": {
          "line": 56,
          "column": 50
        },
        "end": {
          "line": 56,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Mesh",
      "start": 2020,
      "end": 2024,
      "loc": {
        "start": {
          "line": 56,
          "column": 51
        },
        "end": {
          "line": 56,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2025,
      "end": 2028,
      "loc": {
        "start": {
          "line": 56,
          "column": 56
        },
        "end": {
          "line": 56,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 2029,
      "end": 2040,
      "loc": {
        "start": {
          "line": 56,
          "column": 60
        },
        "end": {
          "line": 56,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2041,
      "end": 2042,
      "loc": {
        "start": {
          "line": 56,
          "column": 72
        },
        "end": {
          "line": 56,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Defaults",
      "start": 2044,
      "end": 2052,
      "loc": {
        "start": {
          "line": 56,
          "column": 75
        },
        "end": {
          "line": 56,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2052,
      "end": 2053,
      "loc": {
        "start": {
          "line": 56,
          "column": 83
        },
        "end": {
          "line": 56,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renderOrder",
      "start": 2053,
      "end": 2064,
      "loc": {
        "start": {
          "line": 56,
          "column": 84
        },
        "end": {
          "line": 56,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2064,
      "end": 2065,
      "loc": {
        "start": {
          "line": 56,
          "column": 95
        },
        "end": {
          "line": 56,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Mesh",
      "start": 2065,
      "end": 2069,
      "loc": {
        "start": {
          "line": 56,
          "column": 96
        },
        "end": {
          "line": 56,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2070,
      "end": 2071,
      "loc": {
        "start": {
          "line": 56,
          "column": 101
        },
        "end": {
          "line": 56,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2073,
      "end": 2074,
      "loc": {
        "start": {
          "line": 56,
          "column": 104
        },
        "end": {
          "line": 56,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2074,
      "end": 2075,
      "loc": {
        "start": {
          "line": 56,
          "column": 105
        },
        "end": {
          "line": 56,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 2080,
      "end": 2084,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2084,
      "end": 2085,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userData",
      "start": 2085,
      "end": 2093,
      "loc": {
        "start": {
          "line": 57,
          "column": 9
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2094,
      "end": 2095,
      "loc": {
        "start": {
          "line": 57,
          "column": 18
        },
        "end": {
          "line": 57,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 57,
          "column": 20
        },
        "end": {
          "line": 57,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2098,
      "end": 2100,
      "loc": {
        "start": {
          "line": 57,
          "column": 22
        },
        "end": {
          "line": 57,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 57,
          "column": 24
        },
        "end": {
          "line": 57,
          "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": 2102,
      "end": 2103,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2103,
      "end": 2104,
      "loc": {
        "start": {
          "line": 57,
          "column": 27
        },
        "end": {
          "line": 57,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parentId",
      "start": 2105,
      "end": 2113,
      "loc": {
        "start": {
          "line": 57,
          "column": 29
        },
        "end": {
          "line": 57,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 57,
          "column": 37
        },
        "end": {
          "line": 57,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2115,
      "end": 2117,
      "loc": {
        "start": {
          "line": 57,
          "column": 39
        },
        "end": {
          "line": 57,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2117,
      "end": 2118,
      "loc": {
        "start": {
          "line": 57,
          "column": 41
        },
        "end": {
          "line": 57,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refs",
      "start": 2119,
      "end": 2123,
      "loc": {
        "start": {
          "line": 57,
          "column": 43
        },
        "end": {
          "line": 57,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2123,
      "end": 2124,
      "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": "groups",
      "start": 2125,
      "end": 2131,
      "loc": {
        "start": {
          "line": 57,
          "column": 49
        },
        "end": {
          "line": 57,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2131,
      "end": 2132,
      "loc": {
        "start": {
          "line": 57,
          "column": 55
        },
        "end": {
          "line": 57,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2132,
      "end": 2135,
      "loc": {
        "start": {
          "line": 57,
          "column": 56
        },
        "end": {
          "line": 57,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2135,
      "end": 2136,
      "loc": {
        "start": {
          "line": 57,
          "column": 59
        },
        "end": {
          "line": 57,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 2136,
      "end": 2141,
      "loc": {
        "start": {
          "line": 57,
          "column": 60
        },
        "end": {
          "line": 57,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2142,
      "end": 2144,
      "loc": {
        "start": {
          "line": 57,
          "column": 66
        },
        "end": {
          "line": 57,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 2145,
      "end": 2150,
      "loc": {
        "start": {
          "line": 57,
          "column": 69
        },
        "end": {
          "line": 57,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2150,
      "end": 2151,
      "loc": {
        "start": {
          "line": 57,
          "column": 74
        },
        "end": {
          "line": 57,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 2151,
      "end": 2155,
      "loc": {
        "start": {
          "line": 57,
          "column": 75
        },
        "end": {
          "line": 57,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2155,
      "end": 2156,
      "loc": {
        "start": {
          "line": 57,
          "column": 79
        },
        "end": {
          "line": 57,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 57,
          "column": 81
        },
        "end": {
          "line": 57,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2158,
      "end": 2159,
      "loc": {
        "start": {
          "line": 57,
          "column": 82
        },
        "end": {
          "line": 57,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create geometry",
      "start": 2165,
      "end": 2183,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "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": 2188,
      "end": 2190,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2191,
      "end": 2192,
      "loc": {
        "start": {
          "line": 60,
          "column": 7
        },
        "end": {
          "line": 60,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2192,
      "end": 2199,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2199,
      "end": 2200,
      "loc": {
        "start": {
          "line": 60,
          "column": 15
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 2200,
      "end": 2208,
      "loc": {
        "start": {
          "line": 60,
          "column": 16
        },
        "end": {
          "line": 60,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2209,
      "end": 2212,
      "loc": {
        "start": {
          "line": 60,
          "column": 25
        },
        "end": {
          "line": 60,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "multi",
      "start": 2213,
      "end": 2220,
      "loc": {
        "start": {
          "line": 60,
          "column": 29
        },
        "end": {
          "line": 60,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2220,
      "end": 2221,
      "loc": {
        "start": {
          "line": 60,
          "column": 36
        },
        "end": {
          "line": 60,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2222,
      "end": 2223,
      "loc": {
        "start": {
          "line": 60,
          "column": 38
        },
        "end": {
          "line": 60,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 2232,
      "end": 2236,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2236,
      "end": 2237,
      "loc": {
        "start": {
          "line": 61,
          "column": 12
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 2237,
      "end": 2245,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2246,
      "end": 2247,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 23
        }
      }
    },
    {
      "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": 2248,
      "end": 2251,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 2252,
      "end": 2257,
      "loc": {
        "start": {
          "line": 61,
          "column": 28
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "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": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Geometry",
      "start": 2258,
      "end": 2266,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2266,
      "end": 2267,
      "loc": {
        "start": {
          "line": 61,
          "column": 42
        },
        "end": {
          "line": 61,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2267,
      "end": 2268,
      "loc": {
        "start": {
          "line": 61,
          "column": 43
        },
        "end": {
          "line": 61,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2268,
      "end": 2269,
      "loc": {
        "start": {
          "line": 61,
          "column": 44
        },
        "end": {
          "line": 61,
          "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": 2279,
      "end": 2282,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2283,
      "end": 2284,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "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": 2284,
      "end": 2287,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2288,
      "end": 2293,
      "loc": {
        "start": {
          "line": 63,
          "column": 17
        },
        "end": {
          "line": 63,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2294,
      "end": 2295,
      "loc": {
        "start": {
          "line": 63,
          "column": 23
        },
        "end": {
          "line": 63,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2296,
      "end": 2297,
      "loc": {
        "start": {
          "line": 63,
          "column": 25
        },
        "end": {
          "line": 63,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2297,
      "end": 2298,
      "loc": {
        "start": {
          "line": 63,
          "column": 26
        },
        "end": {
          "line": 63,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2299,
      "end": 2305,
      "loc": {
        "start": {
          "line": 63,
          "column": 28
        },
        "end": {
          "line": 63,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2306,
      "end": 2307,
      "loc": {
        "start": {
          "line": 63,
          "column": 35
        },
        "end": {
          "line": 63,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2308,
      "end": 2312,
      "loc": {
        "start": {
          "line": 63,
          "column": 37
        },
        "end": {
          "line": 63,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2312,
      "end": 2313,
      "loc": {
        "start": {
          "line": 63,
          "column": 41
        },
        "end": {
          "line": 63,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2313,
      "end": 2317,
      "loc": {
        "start": {
          "line": 63,
          "column": 42
        },
        "end": {
          "line": 63,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2317,
      "end": 2318,
      "loc": {
        "start": {
          "line": 63,
          "column": 46
        },
        "end": {
          "line": 63,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 2318,
      "end": 2326,
      "loc": {
        "start": {
          "line": 63,
          "column": 47
        },
        "end": {
          "line": 63,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2326,
      "end": 2327,
      "loc": {
        "start": {
          "line": 63,
          "column": 55
        },
        "end": {
          "line": 63,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2327,
      "end": 2333,
      "loc": {
        "start": {
          "line": 63,
          "column": 56
        },
        "end": {
          "line": 63,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 63,
          "column": 63
        },
        "end": {
          "line": 63,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2336,
      "end": 2337,
      "loc": {
        "start": {
          "line": 63,
          "column": 65
        },
        "end": {
          "line": 63,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2337,
      "end": 2338,
      "loc": {
        "start": {
          "line": 63,
          "column": 66
        },
        "end": {
          "line": 63,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2339,
      "end": 2344,
      "loc": {
        "start": {
          "line": 63,
          "column": 68
        },
        "end": {
          "line": 63,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2345,
      "end": 2346,
      "loc": {
        "start": {
          "line": 63,
          "column": 74
        },
        "end": {
          "line": 63,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2347,
      "end": 2353,
      "loc": {
        "start": {
          "line": 63,
          "column": 76
        },
        "end": {
          "line": 63,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2353,
      "end": 2354,
      "loc": {
        "start": {
          "line": 63,
          "column": 82
        },
        "end": {
          "line": 63,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2355,
      "end": 2360,
      "loc": {
        "start": {
          "line": 63,
          "column": 84
        },
        "end": {
          "line": 63,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2360,
      "end": 2362,
      "loc": {
        "start": {
          "line": 63,
          "column": 89
        },
        "end": {
          "line": 63,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2362,
      "end": 2363,
      "loc": {
        "start": {
          "line": 63,
          "column": 91
        },
        "end": {
          "line": 63,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 2376,
      "end": 2380,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2380,
      "end": 2381,
      "loc": {
        "start": {
          "line": 64,
          "column": 16
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 2381,
      "end": 2389,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2389,
      "end": 2390,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 2390,
      "end": 2398,
      "loc": {
        "start": {
          "line": 64,
          "column": 26
        },
        "end": {
          "line": 64,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2398,
      "end": 2399,
      "loc": {
        "start": {
          "line": 64,
          "column": 34
        },
        "end": {
          "line": 64,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2399,
      "end": 2403,
      "loc": {
        "start": {
          "line": 64,
          "column": 35
        },
        "end": {
          "line": 64,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2403,
      "end": 2404,
      "loc": {
        "start": {
          "line": 64,
          "column": 39
        },
        "end": {
          "line": 64,
          "column": 40
        }
      }
    },
    {
      "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": 2404,
      "end": 2407,
      "loc": {
        "start": {
          "line": 64,
          "column": 40
        },
        "end": {
          "line": 64,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 2408,
      "end": 2413,
      "loc": {
        "start": {
          "line": 64,
          "column": 44
        },
        "end": {
          "line": 64,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2413,
      "end": 2414,
      "loc": {
        "start": {
          "line": 64,
          "column": 49
        },
        "end": {
          "line": 64,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 2414,
      "end": 2421,
      "loc": {
        "start": {
          "line": 64,
          "column": 50
        },
        "end": {
          "line": 64,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2421,
      "end": 2422,
      "loc": {
        "start": {
          "line": 64,
          "column": 57
        },
        "end": {
          "line": 64,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2439,
      "end": 2443,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2443,
      "end": 2444,
      "loc": {
        "start": {
          "line": 65,
          "column": 20
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2444,
      "end": 2448,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2448,
      "end": 2449,
      "loc": {
        "start": {
          "line": 65,
          "column": 25
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 2449,
      "end": 2457,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2457,
      "end": 2458,
      "loc": {
        "start": {
          "line": 65,
          "column": 34
        },
        "end": {
          "line": 65,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2458,
      "end": 2463,
      "loc": {
        "start": {
          "line": 65,
          "column": 35
        },
        "end": {
          "line": 65,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2464,
      "end": 2465,
      "loc": {
        "start": {
          "line": 65,
          "column": 41
        },
        "end": {
          "line": 65,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2466,
      "end": 2467,
      "loc": {
        "start": {
          "line": 65,
          "column": 43
        },
        "end": {
          "line": 65,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2468,
      "end": 2469,
      "loc": {
        "start": {
          "line": 65,
          "column": 45
        },
        "end": {
          "line": 65,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2470,
      "end": 2471,
      "loc": {
        "start": {
          "line": 65,
          "column": 47
        },
        "end": {
          "line": 65,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 65,
          "column": 48
        },
        "end": {
          "line": 65,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2472,
      "end": 2473,
      "loc": {
        "start": {
          "line": 65,
          "column": 49
        },
        "end": {
          "line": 65,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2490,
      "end": 2494,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2494,
      "end": 2495,
      "loc": {
        "start": {
          "line": 66,
          "column": 20
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2495,
      "end": 2499,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2499,
      "end": 2500,
      "loc": {
        "start": {
          "line": 66,
          "column": 25
        },
        "end": {
          "line": 66,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 2500,
      "end": 2508,
      "loc": {
        "start": {
          "line": 66,
          "column": 26
        },
        "end": {
          "line": 66,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2508,
      "end": 2509,
      "loc": {
        "start": {
          "line": 66,
          "column": 34
        },
        "end": {
          "line": 66,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2509,
      "end": 2514,
      "loc": {
        "start": {
          "line": 66,
          "column": 35
        },
        "end": {
          "line": 66,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2515,
      "end": 2516,
      "loc": {
        "start": {
          "line": 66,
          "column": 41
        },
        "end": {
          "line": 66,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2517,
      "end": 2518,
      "loc": {
        "start": {
          "line": 66,
          "column": 43
        },
        "end": {
          "line": 66,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2519,
      "end": 2520,
      "loc": {
        "start": {
          "line": 66,
          "column": 45
        },
        "end": {
          "line": 66,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2521,
      "end": 2522,
      "loc": {
        "start": {
          "line": 66,
          "column": 47
        },
        "end": {
          "line": 66,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2522,
      "end": 2523,
      "loc": {
        "start": {
          "line": 66,
          "column": 48
        },
        "end": {
          "line": 66,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2523,
      "end": 2524,
      "loc": {
        "start": {
          "line": 66,
          "column": 49
        },
        "end": {
          "line": 66,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2541,
      "end": 2545,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2545,
      "end": 2546,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2546,
      "end": 2550,
      "loc": {
        "start": {
          "line": 67,
          "column": 21
        },
        "end": {
          "line": 67,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2550,
      "end": 2551,
      "loc": {
        "start": {
          "line": 67,
          "column": 25
        },
        "end": {
          "line": 67,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 2551,
      "end": 2559,
      "loc": {
        "start": {
          "line": 67,
          "column": 26
        },
        "end": {
          "line": 67,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2559,
      "end": 2560,
      "loc": {
        "start": {
          "line": 67,
          "column": 34
        },
        "end": {
          "line": 67,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2560,
      "end": 2565,
      "loc": {
        "start": {
          "line": 67,
          "column": 35
        },
        "end": {
          "line": 67,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2566,
      "end": 2567,
      "loc": {
        "start": {
          "line": 67,
          "column": 41
        },
        "end": {
          "line": 67,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2568,
      "end": 2569,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2570,
      "end": 2571,
      "loc": {
        "start": {
          "line": 67,
          "column": 45
        },
        "end": {
          "line": 67,
          "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": 2572,
      "end": 2573,
      "loc": {
        "start": {
          "line": 67,
          "column": 47
        },
        "end": {
          "line": 67,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2573,
      "end": 2574,
      "loc": {
        "start": {
          "line": 67,
          "column": 48
        },
        "end": {
          "line": 67,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2587,
      "end": 2588,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2588,
      "end": 2589,
      "loc": {
        "start": {
          "line": 68,
          "column": 13
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "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": 2600,
      "end": 2603,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i1",
      "start": 2604,
      "end": 2606,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2606,
      "end": 2607,
      "loc": {
        "start": {
          "line": 70,
          "column": 14
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i2",
      "start": 2608,
      "end": 2610,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2610,
      "end": 2611,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i3",
      "start": 2612,
      "end": 2614,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2614,
      "end": 2615,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 2616,
      "end": 2622,
      "loc": {
        "start": {
          "line": 70,
          "column": 24
        },
        "end": {
          "line": 70,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 70,
          "column": 30
        },
        "end": {
          "line": 70,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupCount",
      "start": 2624,
      "end": 2634,
      "loc": {
        "start": {
          "line": 70,
          "column": 32
        },
        "end": {
          "line": 70,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2635,
      "end": 2636,
      "loc": {
        "start": {
          "line": 70,
          "column": 43
        },
        "end": {
          "line": 70,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2637,
      "end": 2638,
      "loc": {
        "start": {
          "line": 70,
          "column": 45
        },
        "end": {
          "line": 70,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2638,
      "end": 2639,
      "loc": {
        "start": {
          "line": 70,
          "column": 46
        },
        "end": {
          "line": 70,
          "column": 47
        }
      }
    },
    {
      "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": 2648,
      "end": 2651,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 2652,
      "end": 2657,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2658,
      "end": 2659,
      "loc": {
        "start": {
          "line": 71,
          "column": 18
        },
        "end": {
          "line": 71,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 2660,
      "end": 2666,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2666,
      "end": 2667,
      "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": "groupCount",
      "start": 2667,
      "end": 2677,
      "loc": {
        "start": {
          "line": 71,
          "column": 27
        },
        "end": {
          "line": 71,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2677,
      "end": 2679,
      "loc": {
        "start": {
          "line": 71,
          "column": 37
        },
        "end": {
          "line": 71,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2679,
      "end": 2680,
      "loc": {
        "start": {
          "line": 71,
          "column": 39
        },
        "end": {
          "line": 71,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2680,
      "end": 2681,
      "loc": {
        "start": {
          "line": 71,
          "column": 40
        },
        "end": {
          "line": 71,
          "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": 2690,
      "end": 2693,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2694,
      "end": 2695,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "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": 2695,
      "end": 2698,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2699,
      "end": 2704,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2705,
      "end": 2706,
      "loc": {
        "start": {
          "line": 72,
          "column": 23
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2707,
      "end": 2708,
      "loc": {
        "start": {
          "line": 72,
          "column": 25
        },
        "end": {
          "line": 72,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2708,
      "end": 2709,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2710,
      "end": 2716,
      "loc": {
        "start": {
          "line": 72,
          "column": 28
        },
        "end": {
          "line": 72,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2717,
      "end": 2718,
      "loc": {
        "start": {
          "line": 72,
          "column": 35
        },
        "end": {
          "line": 72,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2719,
      "end": 2723,
      "loc": {
        "start": {
          "line": 72,
          "column": 37
        },
        "end": {
          "line": 72,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2723,
      "end": 2724,
      "loc": {
        "start": {
          "line": 72,
          "column": 41
        },
        "end": {
          "line": 72,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2724,
      "end": 2728,
      "loc": {
        "start": {
          "line": 72,
          "column": 42
        },
        "end": {
          "line": 72,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2728,
      "end": 2729,
      "loc": {
        "start": {
          "line": 72,
          "column": 46
        },
        "end": {
          "line": 72,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 2729,
      "end": 2736,
      "loc": {
        "start": {
          "line": 72,
          "column": 47
        },
        "end": {
          "line": 72,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2736,
      "end": 2737,
      "loc": {
        "start": {
          "line": 72,
          "column": 54
        },
        "end": {
          "line": 72,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2737,
      "end": 2743,
      "loc": {
        "start": {
          "line": 72,
          "column": 55
        },
        "end": {
          "line": 72,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2744,
      "end": 2745,
      "loc": {
        "start": {
          "line": 72,
          "column": 62
        },
        "end": {
          "line": 72,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2746,
      "end": 2747,
      "loc": {
        "start": {
          "line": 72,
          "column": 64
        },
        "end": {
          "line": 72,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2747,
      "end": 2748,
      "loc": {
        "start": {
          "line": 72,
          "column": 65
        },
        "end": {
          "line": 72,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2749,
      "end": 2754,
      "loc": {
        "start": {
          "line": 72,
          "column": 67
        },
        "end": {
          "line": 72,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2755,
      "end": 2756,
      "loc": {
        "start": {
          "line": 72,
          "column": 73
        },
        "end": {
          "line": 72,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2757,
      "end": 2763,
      "loc": {
        "start": {
          "line": 72,
          "column": 75
        },
        "end": {
          "line": 72,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2763,
      "end": 2764,
      "loc": {
        "start": {
          "line": 72,
          "column": 81
        },
        "end": {
          "line": 72,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2765,
      "end": 2770,
      "loc": {
        "start": {
          "line": 72,
          "column": 83
        },
        "end": {
          "line": 72,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2770,
      "end": 2772,
      "loc": {
        "start": {
          "line": 72,
          "column": 88
        },
        "end": {
          "line": 72,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 72,
          "column": 90
        },
        "end": {
          "line": 72,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2774,
      "end": 2775,
      "loc": {
        "start": {
          "line": 72,
          "column": 92
        },
        "end": {
          "line": 72,
          "column": 93
        }
      }
    },
    {
      "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": 2788,
      "end": 2790,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2791,
      "end": 2792,
      "loc": {
        "start": {
          "line": 73,
          "column": 15
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 2792,
      "end": 2797,
      "loc": {
        "start": {
          "line": 73,
          "column": 16
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2797,
      "end": 2798,
      "loc": {
        "start": {
          "line": 73,
          "column": 21
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2798,
      "end": 2803,
      "loc": {
        "start": {
          "line": 73,
          "column": 22
        },
        "end": {
          "line": 73,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2804,
      "end": 2805,
      "loc": {
        "start": {
          "line": 73,
          "column": 28
        },
        "end": {
          "line": 73,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 2806,
      "end": 2811,
      "loc": {
        "start": {
          "line": 73,
          "column": 30
        },
        "end": {
          "line": 73,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2811,
      "end": 2812,
      "loc": {
        "start": {
          "line": 73,
          "column": 35
        },
        "end": {
          "line": 73,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 2812,
      "end": 2817,
      "loc": {
        "start": {
          "line": 73,
          "column": 36
        },
        "end": {
          "line": 73,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 2818,
      "end": 2820,
      "loc": {
        "start": {
          "line": 73,
          "column": 42
        },
        "end": {
          "line": 73,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2821,
      "end": 2826,
      "loc": {
        "start": {
          "line": 73,
          "column": 45
        },
        "end": {
          "line": 73,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2827,
      "end": 2828,
      "loc": {
        "start": {
          "line": 73,
          "column": 51
        },
        "end": {
          "line": 73,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2829,
      "end": 2830,
      "loc": {
        "start": {
          "line": 73,
          "column": 53
        },
        "end": {
          "line": 73,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2830,
      "end": 2831,
      "loc": {
        "start": {
          "line": 73,
          "column": 54
        },
        "end": {
          "line": 73,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 2848,
      "end": 2853,
      "loc": {
        "start": {
          "line": 74,
          "column": 16
        },
        "end": {
          "line": 74,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2854,
      "end": 2855,
      "loc": {
        "start": {
          "line": 74,
          "column": 22
        },
        "end": {
          "line": 74,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 2856,
      "end": 2862,
      "loc": {
        "start": {
          "line": 74,
          "column": 24
        },
        "end": {
          "line": 74,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2862,
      "end": 2863,
      "loc": {
        "start": {
          "line": 74,
          "column": 30
        },
        "end": {
          "line": 74,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupCount",
      "start": 2863,
      "end": 2873,
      "loc": {
        "start": {
          "line": 74,
          "column": 31
        },
        "end": {
          "line": 74,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2873,
      "end": 2875,
      "loc": {
        "start": {
          "line": 74,
          "column": 41
        },
        "end": {
          "line": 74,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2875,
      "end": 2876,
      "loc": {
        "start": {
          "line": 74,
          "column": 43
        },
        "end": {
          "line": 74,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2876,
      "end": 2877,
      "loc": {
        "start": {
          "line": 74,
          "column": 44
        },
        "end": {
          "line": 74,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i1",
      "start": 2891,
      "end": 2893,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2894,
      "end": 2895,
      "loc": {
        "start": {
          "line": 76,
          "column": 15
        },
        "end": {
          "line": 76,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2896,
      "end": 2900,
      "loc": {
        "start": {
          "line": 76,
          "column": 17
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2900,
      "end": 2901,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2901,
      "end": 2905,
      "loc": {
        "start": {
          "line": 76,
          "column": 22
        },
        "end": {
          "line": 76,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2905,
      "end": 2906,
      "loc": {
        "start": {
          "line": 76,
          "column": 26
        },
        "end": {
          "line": 76,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 2906,
      "end": 2913,
      "loc": {
        "start": {
          "line": 76,
          "column": 27
        },
        "end": {
          "line": 76,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2913,
      "end": 2914,
      "loc": {
        "start": {
          "line": 76,
          "column": 34
        },
        "end": {
          "line": 76,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2914,
      "end": 2919,
      "loc": {
        "start": {
          "line": 76,
          "column": 35
        },
        "end": {
          "line": 76,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2920,
      "end": 2921,
      "loc": {
        "start": {
          "line": 76,
          "column": 41
        },
        "end": {
          "line": 76,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2922,
      "end": 2923,
      "loc": {
        "start": {
          "line": 76,
          "column": 43
        },
        "end": {
          "line": 76,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2924,
      "end": 2925,
      "loc": {
        "start": {
          "line": 76,
          "column": 45
        },
        "end": {
          "line": 76,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2926,
      "end": 2927,
      "loc": {
        "start": {
          "line": 76,
          "column": 47
        },
        "end": {
          "line": 76,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 76,
          "column": 48
        },
        "end": {
          "line": 76,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i2",
      "start": 2941,
      "end": 2943,
      "loc": {
        "start": {
          "line": 77,
          "column": 12
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2944,
      "end": 2945,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2946,
      "end": 2950,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2950,
      "end": 2951,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 2951,
      "end": 2955,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2955,
      "end": 2956,
      "loc": {
        "start": {
          "line": 77,
          "column": 26
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 2956,
      "end": 2963,
      "loc": {
        "start": {
          "line": 77,
          "column": 27
        },
        "end": {
          "line": 77,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2963,
      "end": 2964,
      "loc": {
        "start": {
          "line": 77,
          "column": 34
        },
        "end": {
          "line": 77,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2964,
      "end": 2969,
      "loc": {
        "start": {
          "line": 77,
          "column": 35
        },
        "end": {
          "line": 77,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2970,
      "end": 2971,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2972,
      "end": 2973,
      "loc": {
        "start": {
          "line": 77,
          "column": 43
        },
        "end": {
          "line": 77,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2974,
      "end": 2975,
      "loc": {
        "start": {
          "line": 77,
          "column": 45
        },
        "end": {
          "line": 77,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2976,
      "end": 2977,
      "loc": {
        "start": {
          "line": 77,
          "column": 47
        },
        "end": {
          "line": 77,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2977,
      "end": 2978,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i3",
      "start": 2991,
      "end": 2993,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2994,
      "end": 2995,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2996,
      "end": 3000,
      "loc": {
        "start": {
          "line": 78,
          "column": 17
        },
        "end": {
          "line": 78,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3000,
      "end": 3001,
      "loc": {
        "start": {
          "line": 78,
          "column": 21
        },
        "end": {
          "line": 78,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3001,
      "end": 3005,
      "loc": {
        "start": {
          "line": 78,
          "column": 22
        },
        "end": {
          "line": 78,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3005,
      "end": 3006,
      "loc": {
        "start": {
          "line": 78,
          "column": 26
        },
        "end": {
          "line": 78,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 3006,
      "end": 3013,
      "loc": {
        "start": {
          "line": 78,
          "column": 27
        },
        "end": {
          "line": 78,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3013,
      "end": 3014,
      "loc": {
        "start": {
          "line": 78,
          "column": 34
        },
        "end": {
          "line": 78,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 3014,
      "end": 3019,
      "loc": {
        "start": {
          "line": 78,
          "column": 35
        },
        "end": {
          "line": 78,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3020,
      "end": 3021,
      "loc": {
        "start": {
          "line": 78,
          "column": 41
        },
        "end": {
          "line": 78,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3022,
      "end": 3023,
      "loc": {
        "start": {
          "line": 78,
          "column": 43
        },
        "end": {
          "line": 78,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3024,
      "end": 3025,
      "loc": {
        "start": {
          "line": 78,
          "column": 45
        },
        "end": {
          "line": 78,
          "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": 3026,
      "end": 3027,
      "loc": {
        "start": {
          "line": 78,
          "column": 47
        },
        "end": {
          "line": 78,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 78,
          "column": 48
        },
        "end": {
          "line": 78,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 3042,
      "end": 3048,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 80,
          "column": 19
        },
        "end": {
          "line": 80,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3051,
      "end": 3055,
      "loc": {
        "start": {
          "line": 80,
          "column": 21
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3055,
      "end": 3056,
      "loc": {
        "start": {
          "line": 80,
          "column": 25
        },
        "end": {
          "line": 80,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3056,
      "end": 3060,
      "loc": {
        "start": {
          "line": 80,
          "column": 26
        },
        "end": {
          "line": 80,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3060,
      "end": 3061,
      "loc": {
        "start": {
          "line": 80,
          "column": 30
        },
        "end": {
          "line": 80,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3061,
      "end": 3068,
      "loc": {
        "start": {
          "line": 80,
          "column": 31
        },
        "end": {
          "line": 80,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3069,
      "end": 3070,
      "loc": {
        "start": {
          "line": 80,
          "column": 39
        },
        "end": {
          "line": 80,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3071,
      "end": 3072,
      "loc": {
        "start": {
          "line": 80,
          "column": 41
        },
        "end": {
          "line": 80,
          "column": 42
        }
      }
    },
    {
      "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": 3089,
      "end": 3092,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3093,
      "end": 3098,
      "loc": {
        "start": {
          "line": 81,
          "column": 20
        },
        "end": {
          "line": 81,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3098,
      "end": 3099,
      "loc": {
        "start": {
          "line": 81,
          "column": 25
        },
        "end": {
          "line": 81,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 3099,
      "end": 3106,
      "loc": {
        "start": {
          "line": 81,
          "column": 26
        },
        "end": {
          "line": 81,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3106,
      "end": 3107,
      "loc": {
        "start": {
          "line": 81,
          "column": 33
        },
        "end": {
          "line": 81,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3128,
      "end": 3132,
      "loc": {
        "start": {
          "line": 82,
          "column": 20
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3132,
      "end": 3133,
      "loc": {
        "start": {
          "line": 82,
          "column": 24
        },
        "end": {
          "line": 82,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3133,
      "end": 3137,
      "loc": {
        "start": {
          "line": 82,
          "column": 25
        },
        "end": {
          "line": 82,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 82,
          "column": 29
        },
        "end": {
          "line": 82,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3138,
      "end": 3145,
      "loc": {
        "start": {
          "line": 82,
          "column": 30
        },
        "end": {
          "line": 82,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3145,
      "end": 3146,
      "loc": {
        "start": {
          "line": 82,
          "column": 37
        },
        "end": {
          "line": 82,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i1",
      "start": 3146,
      "end": 3148,
      "loc": {
        "start": {
          "line": 82,
          "column": 38
        },
        "end": {
          "line": 82,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 82,
          "column": 41
        },
        "end": {
          "line": 82,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3151,
      "end": 3152,
      "loc": {
        "start": {
          "line": 82,
          "column": 43
        },
        "end": {
          "line": 82,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3153,
      "end": 3154,
      "loc": {
        "start": {
          "line": 82,
          "column": 45
        },
        "end": {
          "line": 82,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3155,
      "end": 3156,
      "loc": {
        "start": {
          "line": 82,
          "column": 47
        },
        "end": {
          "line": 82,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 82,
          "column": 48
        },
        "end": {
          "line": 82,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 82,
          "column": 49
        },
        "end": {
          "line": 82,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3179,
      "end": 3183,
      "loc": {
        "start": {
          "line": 83,
          "column": 20
        },
        "end": {
          "line": 83,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3183,
      "end": 3184,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3184,
      "end": 3188,
      "loc": {
        "start": {
          "line": 83,
          "column": 25
        },
        "end": {
          "line": 83,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 83,
          "column": 29
        },
        "end": {
          "line": 83,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3189,
      "end": 3196,
      "loc": {
        "start": {
          "line": 83,
          "column": 30
        },
        "end": {
          "line": 83,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3196,
      "end": 3197,
      "loc": {
        "start": {
          "line": 83,
          "column": 37
        },
        "end": {
          "line": 83,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i1",
      "start": 3197,
      "end": 3199,
      "loc": {
        "start": {
          "line": 83,
          "column": 38
        },
        "end": {
          "line": 83,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 83,
          "column": 41
        },
        "end": {
          "line": 83,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 83,
          "column": 43
        },
        "end": {
          "line": 83,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3204,
      "end": 3205,
      "loc": {
        "start": {
          "line": 83,
          "column": 45
        },
        "end": {
          "line": 83,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3206,
      "end": 3207,
      "loc": {
        "start": {
          "line": 83,
          "column": 47
        },
        "end": {
          "line": 83,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 83,
          "column": 48
        },
        "end": {
          "line": 83,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 83,
          "column": 49
        },
        "end": {
          "line": 83,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3230,
      "end": 3234,
      "loc": {
        "start": {
          "line": 84,
          "column": 20
        },
        "end": {
          "line": 84,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3234,
      "end": 3235,
      "loc": {
        "start": {
          "line": 84,
          "column": 24
        },
        "end": {
          "line": 84,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3235,
      "end": 3239,
      "loc": {
        "start": {
          "line": 84,
          "column": 25
        },
        "end": {
          "line": 84,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3239,
      "end": 3240,
      "loc": {
        "start": {
          "line": 84,
          "column": 29
        },
        "end": {
          "line": 84,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3240,
      "end": 3247,
      "loc": {
        "start": {
          "line": 84,
          "column": 30
        },
        "end": {
          "line": 84,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3247,
      "end": 3248,
      "loc": {
        "start": {
          "line": 84,
          "column": 37
        },
        "end": {
          "line": 84,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i1",
      "start": 3248,
      "end": 3250,
      "loc": {
        "start": {
          "line": 84,
          "column": 38
        },
        "end": {
          "line": 84,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3251,
      "end": 3252,
      "loc": {
        "start": {
          "line": 84,
          "column": 41
        },
        "end": {
          "line": 84,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3253,
      "end": 3254,
      "loc": {
        "start": {
          "line": 84,
          "column": 43
        },
        "end": {
          "line": 84,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3255,
      "end": 3256,
      "loc": {
        "start": {
          "line": 84,
          "column": 45
        },
        "end": {
          "line": 84,
          "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": 3257,
      "end": 3258,
      "loc": {
        "start": {
          "line": 84,
          "column": 47
        },
        "end": {
          "line": 84,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3258,
      "end": 3259,
      "loc": {
        "start": {
          "line": 84,
          "column": 48
        },
        "end": {
          "line": 84,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3259,
      "end": 3260,
      "loc": {
        "start": {
          "line": 84,
          "column": 49
        },
        "end": {
          "line": 84,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3260,
      "end": 3261,
      "loc": {
        "start": {
          "line": 84,
          "column": 50
        },
        "end": {
          "line": 84,
          "column": 51
        }
      }
    },
    {
      "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": 3278,
      "end": 3281,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3282,
      "end": 3287,
      "loc": {
        "start": {
          "line": 85,
          "column": 20
        },
        "end": {
          "line": 85,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3287,
      "end": 3288,
      "loc": {
        "start": {
          "line": 85,
          "column": 25
        },
        "end": {
          "line": 85,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 3288,
      "end": 3295,
      "loc": {
        "start": {
          "line": 85,
          "column": 26
        },
        "end": {
          "line": 85,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3295,
      "end": 3296,
      "loc": {
        "start": {
          "line": 85,
          "column": 33
        },
        "end": {
          "line": 85,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3317,
      "end": 3321,
      "loc": {
        "start": {
          "line": 86,
          "column": 20
        },
        "end": {
          "line": 86,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3321,
      "end": 3322,
      "loc": {
        "start": {
          "line": 86,
          "column": 24
        },
        "end": {
          "line": 86,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3322,
      "end": 3326,
      "loc": {
        "start": {
          "line": 86,
          "column": 25
        },
        "end": {
          "line": 86,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3326,
      "end": 3327,
      "loc": {
        "start": {
          "line": 86,
          "column": 29
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3327,
      "end": 3334,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3334,
      "end": 3335,
      "loc": {
        "start": {
          "line": 86,
          "column": 37
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i2",
      "start": 3335,
      "end": 3337,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3338,
      "end": 3339,
      "loc": {
        "start": {
          "line": 86,
          "column": 41
        },
        "end": {
          "line": 86,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3340,
      "end": 3341,
      "loc": {
        "start": {
          "line": 86,
          "column": 43
        },
        "end": {
          "line": 86,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3342,
      "end": 3343,
      "loc": {
        "start": {
          "line": 86,
          "column": 45
        },
        "end": {
          "line": 86,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 86,
          "column": 47
        },
        "end": {
          "line": 86,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3345,
      "end": 3346,
      "loc": {
        "start": {
          "line": 86,
          "column": 48
        },
        "end": {
          "line": 86,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3346,
      "end": 3347,
      "loc": {
        "start": {
          "line": 86,
          "column": 49
        },
        "end": {
          "line": 86,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3368,
      "end": 3372,
      "loc": {
        "start": {
          "line": 87,
          "column": 20
        },
        "end": {
          "line": 87,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3372,
      "end": 3373,
      "loc": {
        "start": {
          "line": 87,
          "column": 24
        },
        "end": {
          "line": 87,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3373,
      "end": 3377,
      "loc": {
        "start": {
          "line": 87,
          "column": 25
        },
        "end": {
          "line": 87,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3377,
      "end": 3378,
      "loc": {
        "start": {
          "line": 87,
          "column": 29
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3378,
      "end": 3385,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3385,
      "end": 3386,
      "loc": {
        "start": {
          "line": 87,
          "column": 37
        },
        "end": {
          "line": 87,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i2",
      "start": 3386,
      "end": 3388,
      "loc": {
        "start": {
          "line": 87,
          "column": 38
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3389,
      "end": 3390,
      "loc": {
        "start": {
          "line": 87,
          "column": 41
        },
        "end": {
          "line": 87,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3391,
      "end": 3392,
      "loc": {
        "start": {
          "line": 87,
          "column": 43
        },
        "end": {
          "line": 87,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3393,
      "end": 3394,
      "loc": {
        "start": {
          "line": 87,
          "column": 45
        },
        "end": {
          "line": 87,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3395,
      "end": 3396,
      "loc": {
        "start": {
          "line": 87,
          "column": 47
        },
        "end": {
          "line": 87,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3396,
      "end": 3397,
      "loc": {
        "start": {
          "line": 87,
          "column": 48
        },
        "end": {
          "line": 87,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3397,
      "end": 3398,
      "loc": {
        "start": {
          "line": 87,
          "column": 49
        },
        "end": {
          "line": 87,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3419,
      "end": 3423,
      "loc": {
        "start": {
          "line": 88,
          "column": 20
        },
        "end": {
          "line": 88,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3423,
      "end": 3424,
      "loc": {
        "start": {
          "line": 88,
          "column": 24
        },
        "end": {
          "line": 88,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3424,
      "end": 3428,
      "loc": {
        "start": {
          "line": 88,
          "column": 25
        },
        "end": {
          "line": 88,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3428,
      "end": 3429,
      "loc": {
        "start": {
          "line": 88,
          "column": 29
        },
        "end": {
          "line": 88,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3429,
      "end": 3436,
      "loc": {
        "start": {
          "line": 88,
          "column": 30
        },
        "end": {
          "line": 88,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3436,
      "end": 3437,
      "loc": {
        "start": {
          "line": 88,
          "column": 37
        },
        "end": {
          "line": 88,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i2",
      "start": 3437,
      "end": 3439,
      "loc": {
        "start": {
          "line": 88,
          "column": 38
        },
        "end": {
          "line": 88,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3440,
      "end": 3441,
      "loc": {
        "start": {
          "line": 88,
          "column": 41
        },
        "end": {
          "line": 88,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3442,
      "end": 3443,
      "loc": {
        "start": {
          "line": 88,
          "column": 43
        },
        "end": {
          "line": 88,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3444,
      "end": 3445,
      "loc": {
        "start": {
          "line": 88,
          "column": 45
        },
        "end": {
          "line": 88,
          "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": 3446,
      "end": 3447,
      "loc": {
        "start": {
          "line": 88,
          "column": 47
        },
        "end": {
          "line": 88,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3447,
      "end": 3448,
      "loc": {
        "start": {
          "line": 88,
          "column": 48
        },
        "end": {
          "line": 88,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3448,
      "end": 3449,
      "loc": {
        "start": {
          "line": 88,
          "column": 49
        },
        "end": {
          "line": 88,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3449,
      "end": 3450,
      "loc": {
        "start": {
          "line": 88,
          "column": 50
        },
        "end": {
          "line": 88,
          "column": 51
        }
      }
    },
    {
      "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": 3467,
      "end": 3470,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3471,
      "end": 3476,
      "loc": {
        "start": {
          "line": 89,
          "column": 20
        },
        "end": {
          "line": 89,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3476,
      "end": 3477,
      "loc": {
        "start": {
          "line": 89,
          "column": 25
        },
        "end": {
          "line": 89,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 3477,
      "end": 3484,
      "loc": {
        "start": {
          "line": 89,
          "column": 26
        },
        "end": {
          "line": 89,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3484,
      "end": 3485,
      "loc": {
        "start": {
          "line": 89,
          "column": 33
        },
        "end": {
          "line": 89,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3506,
      "end": 3510,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3510,
      "end": 3511,
      "loc": {
        "start": {
          "line": 90,
          "column": 24
        },
        "end": {
          "line": 90,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3511,
      "end": 3515,
      "loc": {
        "start": {
          "line": 90,
          "column": 25
        },
        "end": {
          "line": 90,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3515,
      "end": 3516,
      "loc": {
        "start": {
          "line": 90,
          "column": 29
        },
        "end": {
          "line": 90,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3516,
      "end": 3523,
      "loc": {
        "start": {
          "line": 90,
          "column": 30
        },
        "end": {
          "line": 90,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3523,
      "end": 3524,
      "loc": {
        "start": {
          "line": 90,
          "column": 37
        },
        "end": {
          "line": 90,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i3",
      "start": 3524,
      "end": 3526,
      "loc": {
        "start": {
          "line": 90,
          "column": 38
        },
        "end": {
          "line": 90,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3527,
      "end": 3528,
      "loc": {
        "start": {
          "line": 90,
          "column": 41
        },
        "end": {
          "line": 90,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3529,
      "end": 3530,
      "loc": {
        "start": {
          "line": 90,
          "column": 43
        },
        "end": {
          "line": 90,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3531,
      "end": 3532,
      "loc": {
        "start": {
          "line": 90,
          "column": 45
        },
        "end": {
          "line": 90,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3533,
      "end": 3534,
      "loc": {
        "start": {
          "line": 90,
          "column": 47
        },
        "end": {
          "line": 90,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3534,
      "end": 3535,
      "loc": {
        "start": {
          "line": 90,
          "column": 48
        },
        "end": {
          "line": 90,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3535,
      "end": 3536,
      "loc": {
        "start": {
          "line": 90,
          "column": 49
        },
        "end": {
          "line": 90,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3557,
      "end": 3561,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 91,
          "column": 24
        },
        "end": {
          "line": 91,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3562,
      "end": 3566,
      "loc": {
        "start": {
          "line": 91,
          "column": 25
        },
        "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": 3566,
      "end": 3567,
      "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": "normals",
      "start": 3567,
      "end": 3574,
      "loc": {
        "start": {
          "line": 91,
          "column": 30
        },
        "end": {
          "line": 91,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3574,
      "end": 3575,
      "loc": {
        "start": {
          "line": 91,
          "column": 37
        },
        "end": {
          "line": 91,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i3",
      "start": 3575,
      "end": 3577,
      "loc": {
        "start": {
          "line": 91,
          "column": 38
        },
        "end": {
          "line": 91,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3578,
      "end": 3579,
      "loc": {
        "start": {
          "line": 91,
          "column": 41
        },
        "end": {
          "line": 91,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3580,
      "end": 3581,
      "loc": {
        "start": {
          "line": 91,
          "column": 43
        },
        "end": {
          "line": 91,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3582,
      "end": 3583,
      "loc": {
        "start": {
          "line": 91,
          "column": 45
        },
        "end": {
          "line": 91,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3584,
      "end": 3585,
      "loc": {
        "start": {
          "line": 91,
          "column": 47
        },
        "end": {
          "line": 91,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3585,
      "end": 3586,
      "loc": {
        "start": {
          "line": 91,
          "column": 48
        },
        "end": {
          "line": 91,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3586,
      "end": 3587,
      "loc": {
        "start": {
          "line": 91,
          "column": 49
        },
        "end": {
          "line": 91,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3608,
      "end": 3612,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3612,
      "end": 3613,
      "loc": {
        "start": {
          "line": 92,
          "column": 24
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3613,
      "end": 3617,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3617,
      "end": 3618,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 3618,
      "end": 3625,
      "loc": {
        "start": {
          "line": 92,
          "column": 30
        },
        "end": {
          "line": 92,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3625,
      "end": 3626,
      "loc": {
        "start": {
          "line": 92,
          "column": 37
        },
        "end": {
          "line": 92,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i3",
      "start": 3626,
      "end": 3628,
      "loc": {
        "start": {
          "line": 92,
          "column": 38
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3629,
      "end": 3630,
      "loc": {
        "start": {
          "line": 92,
          "column": 41
        },
        "end": {
          "line": 92,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3631,
      "end": 3632,
      "loc": {
        "start": {
          "line": 92,
          "column": 43
        },
        "end": {
          "line": 92,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3633,
      "end": 3634,
      "loc": {
        "start": {
          "line": 92,
          "column": 45
        },
        "end": {
          "line": 92,
          "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": 3635,
      "end": 3636,
      "loc": {
        "start": {
          "line": 92,
          "column": 47
        },
        "end": {
          "line": 92,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3636,
      "end": 3637,
      "loc": {
        "start": {
          "line": 92,
          "column": 48
        },
        "end": {
          "line": 92,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3637,
      "end": 3638,
      "loc": {
        "start": {
          "line": 92,
          "column": 49
        },
        "end": {
          "line": 92,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3638,
      "end": 3639,
      "loc": {
        "start": {
          "line": 92,
          "column": 50
        },
        "end": {
          "line": 92,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3652,
      "end": 3653,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3656,
      "end": 3665,
      "loc": {
        "start": {
          "line": 93,
          "column": 16
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 93,
          "column": 25
        },
        "end": {
          "line": 93,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 3680,
      "end": 3684,
      "loc": {
        "start": {
          "line": 95,
          "column": 12
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3684,
      "end": 3685,
      "loc": {
        "start": {
          "line": 95,
          "column": 16
        },
        "end": {
          "line": 95,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 3685,
      "end": 3693,
      "loc": {
        "start": {
          "line": 95,
          "column": 17
        },
        "end": {
          "line": 95,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3693,
      "end": 3694,
      "loc": {
        "start": {
          "line": 95,
          "column": 25
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faces",
      "start": 3694,
      "end": 3699,
      "loc": {
        "start": {
          "line": 95,
          "column": 26
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 3700,
      "end": 3704,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 36
        }
      }
    },
    {
      "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": 95,
          "column": 36
        },
        "end": {
          "line": 95,
          "column": 37
        }
      }
    },
    {
      "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": 3705,
      "end": 3708,
      "loc": {
        "start": {
          "line": 95,
          "column": 37
        },
        "end": {
          "line": 95,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3709,
      "end": 3714,
      "loc": {
        "start": {
          "line": 95,
          "column": 41
        },
        "end": {
          "line": 95,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 95,
          "column": 46
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Face3",
      "start": 3715,
      "end": 3720,
      "loc": {
        "start": {
          "line": 95,
          "column": 47
        },
        "end": {
          "line": 95,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3720,
      "end": 3721,
      "loc": {
        "start": {
          "line": 95,
          "column": 52
        },
        "end": {
          "line": 95,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i1",
      "start": 3738,
      "end": 3740,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3740,
      "end": 3741,
      "loc": {
        "start": {
          "line": 96,
          "column": 18
        },
        "end": {
          "line": 96,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i2",
      "start": 3742,
      "end": 3744,
      "loc": {
        "start": {
          "line": 96,
          "column": 20
        },
        "end": {
          "line": 96,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3744,
      "end": 3745,
      "loc": {
        "start": {
          "line": 96,
          "column": 22
        },
        "end": {
          "line": 96,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i3",
      "start": 3746,
      "end": 3748,
      "loc": {
        "start": {
          "line": 96,
          "column": 24
        },
        "end": {
          "line": 96,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 96,
          "column": 26
        },
        "end": {
          "line": 96,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 3750,
      "end": 3756,
      "loc": {
        "start": {
          "line": 96,
          "column": 28
        },
        "end": {
          "line": 96,
          "column": 34
        }
      }
    },
    {
      "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": 96,
          "column": 34
        },
        "end": {
          "line": 96,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3758,
      "end": 3767,
      "loc": {
        "start": {
          "line": 96,
          "column": 36
        },
        "end": {
          "line": 96,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 96,
          "column": 45
        },
        "end": {
          "line": 96,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 3769,
      "end": 3774,
      "loc": {
        "start": {
          "line": 96,
          "column": 47
        },
        "end": {
          "line": 96,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3774,
      "end": 3775,
      "loc": {
        "start": {
          "line": 96,
          "column": 52
        },
        "end": {
          "line": 96,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 3775,
      "end": 3780,
      "loc": {
        "start": {
          "line": 96,
          "column": 53
        },
        "end": {
          "line": 96,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3793,
      "end": 3794,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3794,
      "end": 3795,
      "loc": {
        "start": {
          "line": 97,
          "column": 13
        },
        "end": {
          "line": 97,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3795,
      "end": 3796,
      "loc": {
        "start": {
          "line": 97,
          "column": 14
        },
        "end": {
          "line": 97,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "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": 3816,
      "end": 3818,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3819,
      "end": 3820,
      "loc": {
        "start": {
          "line": 100,
          "column": 11
        },
        "end": {
          "line": 100,
          "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": 3820,
      "end": 3821,
      "loc": {
        "start": {
          "line": 100,
          "column": 12
        },
        "end": {
          "line": 100,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3821,
      "end": 3825,
      "loc": {
        "start": {
          "line": 100,
          "column": 13
        },
        "end": {
          "line": 100,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3825,
      "end": 3826,
      "loc": {
        "start": {
          "line": 100,
          "column": 17
        },
        "end": {
          "line": 100,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 3826,
      "end": 3830,
      "loc": {
        "start": {
          "line": 100,
          "column": 18
        },
        "end": {
          "line": 100,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3830,
      "end": 3831,
      "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": "normals",
      "start": 3831,
      "end": 3838,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3838,
      "end": 3839,
      "loc": {
        "start": {
          "line": 100,
          "column": 30
        },
        "end": {
          "line": 100,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 3852,
      "end": 3856,
      "loc": {
        "start": {
          "line": 101,
          "column": 12
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3856,
      "end": 3857,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 3857,
      "end": 3865,
      "loc": {
        "start": {
          "line": 101,
          "column": 17
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3865,
      "end": 3866,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computeVertexNormals",
      "start": 3866,
      "end": 3886,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3886,
      "end": 3887,
      "loc": {
        "start": {
          "line": 101,
          "column": 46
        },
        "end": {
          "line": 101,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3887,
      "end": 3888,
      "loc": {
        "start": {
          "line": 101,
          "column": 47
        },
        "end": {
          "line": 101,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3888,
      "end": 3889,
      "loc": {
        "start": {
          "line": 101,
          "column": 48
        },
        "end": {
          "line": 101,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3895,
      "end": 3896,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "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": 3897,
      "end": 3901,
      "loc": {
        "start": {
          "line": 103,
          "column": 6
        },
        "end": {
          "line": 103,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3902,
      "end": 3903,
      "loc": {
        "start": {
          "line": 103,
          "column": 11
        },
        "end": {
          "line": 103,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 3913,
      "end": 3917,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3917,
      "end": 3918,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 3918,
      "end": 3926,
      "loc": {
        "start": {
          "line": 105,
          "column": 13
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3927,
      "end": 3928,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 23
        }
      }
    },
    {
      "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": 3929,
      "end": 3932,
      "loc": {
        "start": {
          "line": 105,
          "column": 24
        },
        "end": {
          "line": 105,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3933,
      "end": 3938,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3938,
      "end": 3939,
      "loc": {
        "start": {
          "line": 105,
          "column": 33
        },
        "end": {
          "line": 105,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferGeometry",
      "start": 3939,
      "end": 3953,
      "loc": {
        "start": {
          "line": 105,
          "column": 34
        },
        "end": {
          "line": 105,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3953,
      "end": 3954,
      "loc": {
        "start": {
          "line": 105,
          "column": 48
        },
        "end": {
          "line": 105,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3954,
      "end": 3955,
      "loc": {
        "start": {
          "line": 105,
          "column": 49
        },
        "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": 3955,
      "end": 3956,
      "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": "geom",
      "start": 3965,
      "end": 3969,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3969,
      "end": 3970,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 3970,
      "end": 3978,
      "loc": {
        "start": {
          "line": 106,
          "column": 13
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3978,
      "end": 3979,
      "loc": {
        "start": {
          "line": 106,
          "column": 21
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAttribute",
      "start": 3979,
      "end": 3991,
      "loc": {
        "start": {
          "line": 106,
          "column": 22
        },
        "end": {
          "line": 106,
          "column": 34
        }
      }
    },
    {
      "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": 106,
          "column": 34
        },
        "end": {
          "line": 106,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "position",
      "start": 3992,
      "end": 4002,
      "loc": {
        "start": {
          "line": 106,
          "column": 35
        },
        "end": {
          "line": 106,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4002,
      "end": 4003,
      "loc": {
        "start": {
          "line": 106,
          "column": 45
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "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": 4004,
      "end": 4007,
      "loc": {
        "start": {
          "line": 106,
          "column": 47
        },
        "end": {
          "line": 106,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4008,
      "end": 4013,
      "loc": {
        "start": {
          "line": 106,
          "column": 51
        },
        "end": {
          "line": 106,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4013,
      "end": 4014,
      "loc": {
        "start": {
          "line": 106,
          "column": 56
        },
        "end": {
          "line": 106,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferAttribute",
      "start": 4014,
      "end": 4029,
      "loc": {
        "start": {
          "line": 106,
          "column": 57
        },
        "end": {
          "line": 106,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4029,
      "end": 4030,
      "loc": {
        "start": {
          "line": 106,
          "column": 72
        },
        "end": {
          "line": 106,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4030,
      "end": 4034,
      "loc": {
        "start": {
          "line": 106,
          "column": 73
        },
        "end": {
          "line": 106,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 106,
          "column": 77
        },
        "end": {
          "line": 106,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 4035,
      "end": 4039,
      "loc": {
        "start": {
          "line": 106,
          "column": 78
        },
        "end": {
          "line": 106,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 106,
          "column": 82
        },
        "end": {
          "line": 106,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 4040,
      "end": 4048,
      "loc": {
        "start": {
          "line": 106,
          "column": 83
        },
        "end": {
          "line": 106,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4048,
      "end": 4049,
      "loc": {
        "start": {
          "line": 106,
          "column": 91
        },
        "end": {
          "line": 106,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 4050,
      "end": 4051,
      "loc": {
        "start": {
          "line": 106,
          "column": 93
        },
        "end": {
          "line": 106,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4051,
      "end": 4052,
      "loc": {
        "start": {
          "line": 106,
          "column": 94
        },
        "end": {
          "line": 106,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4052,
      "end": 4053,
      "loc": {
        "start": {
          "line": 106,
          "column": 95
        },
        "end": {
          "line": 106,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 106,
          "column": 96
        },
        "end": {
          "line": 106,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 4063,
      "end": 4067,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4067,
      "end": 4068,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 4068,
      "end": 4076,
      "loc": {
        "start": {
          "line": 107,
          "column": 13
        },
        "end": {
          "line": 107,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4076,
      "end": 4077,
      "loc": {
        "start": {
          "line": 107,
          "column": 21
        },
        "end": {
          "line": 107,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setIndex",
      "start": 4077,
      "end": 4085,
      "loc": {
        "start": {
          "line": 107,
          "column": 22
        },
        "end": {
          "line": 107,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4085,
      "end": 4086,
      "loc": {
        "start": {
          "line": 107,
          "column": 30
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "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": 4086,
      "end": 4089,
      "loc": {
        "start": {
          "line": 107,
          "column": 31
        },
        "end": {
          "line": 107,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4090,
      "end": 4095,
      "loc": {
        "start": {
          "line": 107,
          "column": 35
        },
        "end": {
          "line": 107,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4095,
      "end": 4096,
      "loc": {
        "start": {
          "line": 107,
          "column": 40
        },
        "end": {
          "line": 107,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferAttribute",
      "start": 4096,
      "end": 4111,
      "loc": {
        "start": {
          "line": 107,
          "column": 41
        },
        "end": {
          "line": 107,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4111,
      "end": 4112,
      "loc": {
        "start": {
          "line": 107,
          "column": 56
        },
        "end": {
          "line": 107,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4112,
      "end": 4116,
      "loc": {
        "start": {
          "line": 107,
          "column": 57
        },
        "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": "mesh",
      "start": 4117,
      "end": 4121,
      "loc": {
        "start": {
          "line": 107,
          "column": 62
        },
        "end": {
          "line": 107,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 107,
          "column": 66
        },
        "end": {
          "line": 107,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 4122,
      "end": 4129,
      "loc": {
        "start": {
          "line": 107,
          "column": 67
        },
        "end": {
          "line": 107,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "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": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4131,
      "end": 4132,
      "loc": {
        "start": {
          "line": 107,
          "column": 76
        },
        "end": {
          "line": 107,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4132,
      "end": 4133,
      "loc": {
        "start": {
          "line": 107,
          "column": 77
        },
        "end": {
          "line": 107,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4133,
      "end": 4134,
      "loc": {
        "start": {
          "line": 107,
          "column": 78
        },
        "end": {
          "line": 107,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4134,
      "end": 4135,
      "loc": {
        "start": {
          "line": 107,
          "column": 79
        },
        "end": {
          "line": 107,
          "column": 80
        }
      }
    },
    {
      "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": 4144,
      "end": 4146,
      "loc": {
        "start": {
          "line": 108,
          "column": 8
        },
        "end": {
          "line": 108,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4147,
      "end": 4148,
      "loc": {
        "start": {
          "line": 108,
          "column": 11
        },
        "end": {
          "line": 108,
          "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": 4148,
      "end": 4149,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "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": 4149,
      "end": 4150,
      "loc": {
        "start": {
          "line": 108,
          "column": 13
        },
        "end": {
          "line": 108,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4150,
      "end": 4154,
      "loc": {
        "start": {
          "line": 108,
          "column": 14
        },
        "end": {
          "line": 108,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4154,
      "end": 4155,
      "loc": {
        "start": {
          "line": 108,
          "column": 18
        },
        "end": {
          "line": 108,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 4155,
      "end": 4159,
      "loc": {
        "start": {
          "line": 108,
          "column": 19
        },
        "end": {
          "line": 108,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4159,
      "end": 4160,
      "loc": {
        "start": {
          "line": 108,
          "column": 23
        },
        "end": {
          "line": 108,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 4160,
      "end": 4167,
      "loc": {
        "start": {
          "line": 108,
          "column": 24
        },
        "end": {
          "line": 108,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4167,
      "end": 4168,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 4181,
      "end": 4185,
      "loc": {
        "start": {
          "line": 109,
          "column": 12
        },
        "end": {
          "line": 109,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4185,
      "end": 4186,
      "loc": {
        "start": {
          "line": 109,
          "column": 16
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 4186,
      "end": 4194,
      "loc": {
        "start": {
          "line": 109,
          "column": 17
        },
        "end": {
          "line": 109,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4194,
      "end": 4195,
      "loc": {
        "start": {
          "line": 109,
          "column": 25
        },
        "end": {
          "line": 109,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAttribute",
      "start": 4195,
      "end": 4207,
      "loc": {
        "start": {
          "line": 109,
          "column": 26
        },
        "end": {
          "line": 109,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4207,
      "end": 4208,
      "loc": {
        "start": {
          "line": 109,
          "column": 38
        },
        "end": {
          "line": 109,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "normal",
      "start": 4208,
      "end": 4216,
      "loc": {
        "start": {
          "line": 109,
          "column": 39
        },
        "end": {
          "line": 109,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 109,
          "column": 47
        },
        "end": {
          "line": 109,
          "column": 48
        }
      }
    },
    {
      "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": 4218,
      "end": 4221,
      "loc": {
        "start": {
          "line": 109,
          "column": 49
        },
        "end": {
          "line": 109,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4222,
      "end": 4227,
      "loc": {
        "start": {
          "line": 109,
          "column": 53
        },
        "end": {
          "line": 109,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4227,
      "end": 4228,
      "loc": {
        "start": {
          "line": 109,
          "column": 58
        },
        "end": {
          "line": 109,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferAttribute",
      "start": 4228,
      "end": 4243,
      "loc": {
        "start": {
          "line": 109,
          "column": 59
        },
        "end": {
          "line": 109,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 109,
          "column": 74
        },
        "end": {
          "line": 109,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4244,
      "end": 4248,
      "loc": {
        "start": {
          "line": 109,
          "column": 75
        },
        "end": {
          "line": 109,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4248,
      "end": 4249,
      "loc": {
        "start": {
          "line": 109,
          "column": 79
        },
        "end": {
          "line": 109,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 4249,
      "end": 4253,
      "loc": {
        "start": {
          "line": 109,
          "column": 80
        },
        "end": {
          "line": 109,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4253,
      "end": 4254,
      "loc": {
        "start": {
          "line": 109,
          "column": 84
        },
        "end": {
          "line": 109,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 4254,
      "end": 4261,
      "loc": {
        "start": {
          "line": 109,
          "column": 85
        },
        "end": {
          "line": 109,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4261,
      "end": 4262,
      "loc": {
        "start": {
          "line": 109,
          "column": 92
        },
        "end": {
          "line": 109,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 4263,
      "end": 4264,
      "loc": {
        "start": {
          "line": 109,
          "column": 94
        },
        "end": {
          "line": 109,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4264,
      "end": 4265,
      "loc": {
        "start": {
          "line": 109,
          "column": 95
        },
        "end": {
          "line": 109,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4265,
      "end": 4266,
      "loc": {
        "start": {
          "line": 109,
          "column": 96
        },
        "end": {
          "line": 109,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4266,
      "end": 4267,
      "loc": {
        "start": {
          "line": 109,
          "column": 97
        },
        "end": {
          "line": 109,
          "column": 98
        }
      }
    },
    {
      "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": 4276,
      "end": 4280,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 4293,
      "end": 4297,
      "loc": {
        "start": {
          "line": 111,
          "column": 12
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4297,
      "end": 4298,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 4298,
      "end": 4306,
      "loc": {
        "start": {
          "line": 111,
          "column": 17
        },
        "end": {
          "line": 111,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4306,
      "end": 4307,
      "loc": {
        "start": {
          "line": 111,
          "column": 25
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computeVertexNormals",
      "start": 4307,
      "end": 4327,
      "loc": {
        "start": {
          "line": 111,
          "column": 26
        },
        "end": {
          "line": 111,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4327,
      "end": 4328,
      "loc": {
        "start": {
          "line": 111,
          "column": 46
        },
        "end": {
          "line": 111,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4328,
      "end": 4329,
      "loc": {
        "start": {
          "line": 111,
          "column": 47
        },
        "end": {
          "line": 111,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4329,
      "end": 4330,
      "loc": {
        "start": {
          "line": 111,
          "column": 48
        },
        "end": {
          "line": 111,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4339,
      "end": 4340,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4340,
      "end": 4341,
      "loc": {
        "start": {
          "line": 112,
          "column": 9
        },
        "end": {
          "line": 112,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4341,
      "end": 4345,
      "loc": {
        "start": {
          "line": 112,
          "column": 10
        },
        "end": {
          "line": 112,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4345,
      "end": 4346,
      "loc": {
        "start": {
          "line": 112,
          "column": 14
        },
        "end": {
          "line": 112,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 4346,
      "end": 4350,
      "loc": {
        "start": {
          "line": 112,
          "column": 15
        },
        "end": {
          "line": 112,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4350,
      "end": 4351,
      "loc": {
        "start": {
          "line": 112,
          "column": 19
        },
        "end": {
          "line": 112,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 4351,
      "end": 4354,
      "loc": {
        "start": {
          "line": 112,
          "column": 20
        },
        "end": {
          "line": 112,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4355,
      "end": 4357,
      "loc": {
        "start": {
          "line": 112,
          "column": 24
        },
        "end": {
          "line": 112,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 4358,
      "end": 4366,
      "loc": {
        "start": {
          "line": 112,
          "column": 27
        },
        "end": {
          "line": 112,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4366,
      "end": 4367,
      "loc": {
        "start": {
          "line": 112,
          "column": 35
        },
        "end": {
          "line": 112,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAttribute",
      "start": 4367,
      "end": 4379,
      "loc": {
        "start": {
          "line": 112,
          "column": 36
        },
        "end": {
          "line": 112,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4379,
      "end": 4380,
      "loc": {
        "start": {
          "line": 112,
          "column": 48
        },
        "end": {
          "line": 112,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "uv",
      "start": 4380,
      "end": 4384,
      "loc": {
        "start": {
          "line": 112,
          "column": 49
        },
        "end": {
          "line": 112,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 112,
          "column": 53
        },
        "end": {
          "line": 112,
          "column": 54
        }
      }
    },
    {
      "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": 4386,
      "end": 4389,
      "loc": {
        "start": {
          "line": 112,
          "column": 55
        },
        "end": {
          "line": 112,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4390,
      "end": 4395,
      "loc": {
        "start": {
          "line": 112,
          "column": 59
        },
        "end": {
          "line": 112,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4395,
      "end": 4396,
      "loc": {
        "start": {
          "line": 112,
          "column": 64
        },
        "end": {
          "line": 112,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferAttribute",
      "start": 4396,
      "end": 4411,
      "loc": {
        "start": {
          "line": 112,
          "column": 65
        },
        "end": {
          "line": 112,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4411,
      "end": 4412,
      "loc": {
        "start": {
          "line": 112,
          "column": 80
        },
        "end": {
          "line": 112,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4412,
      "end": 4416,
      "loc": {
        "start": {
          "line": 112,
          "column": 81
        },
        "end": {
          "line": 112,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4416,
      "end": 4417,
      "loc": {
        "start": {
          "line": 112,
          "column": 85
        },
        "end": {
          "line": 112,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mesh",
      "start": 4417,
      "end": 4421,
      "loc": {
        "start": {
          "line": 112,
          "column": 86
        },
        "end": {
          "line": 112,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4421,
      "end": 4422,
      "loc": {
        "start": {
          "line": 112,
          "column": 90
        },
        "end": {
          "line": 112,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 4422,
      "end": 4425,
      "loc": {
        "start": {
          "line": 112,
          "column": 91
        },
        "end": {
          "line": 112,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4425,
      "end": 4426,
      "loc": {
        "start": {
          "line": 112,
          "column": 94
        },
        "end": {
          "line": 112,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4427,
      "end": 4428,
      "loc": {
        "start": {
          "line": 112,
          "column": 96
        },
        "end": {
          "line": 112,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4428,
      "end": 4429,
      "loc": {
        "start": {
          "line": 112,
          "column": 97
        },
        "end": {
          "line": 112,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4429,
      "end": 4430,
      "loc": {
        "start": {
          "line": 112,
          "column": 98
        },
        "end": {
          "line": 112,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4430,
      "end": 4431,
      "loc": {
        "start": {
          "line": 112,
          "column": 99
        },
        "end": {
          "line": 112,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4437,
      "end": 4438,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create materials",
      "start": 4444,
      "end": 4463,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 23
        }
      }
    },
    {
      "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": 4468,
      "end": 4470,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4471,
      "end": 4472,
      "loc": {
        "start": {
          "line": 117,
          "column": 7
        },
        "end": {
          "line": 117,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4472,
      "end": 4479,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4479,
      "end": 4480,
      "loc": {
        "start": {
          "line": 117,
          "column": 15
        },
        "end": {
          "line": 117,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 4480,
      "end": 4488,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4489,
      "end": 4492,
      "loc": {
        "start": {
          "line": 117,
          "column": 25
        },
        "end": {
          "line": 117,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "multi",
      "start": 4493,
      "end": 4500,
      "loc": {
        "start": {
          "line": 117,
          "column": 29
        },
        "end": {
          "line": 117,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4500,
      "end": 4501,
      "loc": {
        "start": {
          "line": 117,
          "column": 36
        },
        "end": {
          "line": 117,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4502,
      "end": 4503,
      "loc": {
        "start": {
          "line": 117,
          "column": 38
        },
        "end": {
          "line": 117,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 4512,
      "end": 4516,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4516,
      "end": 4517,
      "loc": {
        "start": {
          "line": 118,
          "column": 12
        },
        "end": {
          "line": 118,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 4517,
      "end": 4525,
      "loc": {
        "start": {
          "line": 118,
          "column": 13
        },
        "end": {
          "line": 118,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4526,
      "end": 4527,
      "loc": {
        "start": {
          "line": 118,
          "column": 22
        },
        "end": {
          "line": 118,
          "column": 23
        }
      }
    },
    {
      "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": 4528,
      "end": 4531,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4532,
      "end": 4537,
      "loc": {
        "start": {
          "line": 118,
          "column": 28
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4537,
      "end": 4538,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MultiMaterial",
      "start": 4538,
      "end": 4551,
      "loc": {
        "start": {
          "line": 118,
          "column": 34
        },
        "end": {
          "line": 118,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4551,
      "end": 4552,
      "loc": {
        "start": {
          "line": 118,
          "column": 47
        },
        "end": {
          "line": 118,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 4552,
      "end": 4558,
      "loc": {
        "start": {
          "line": 118,
          "column": 48
        },
        "end": {
          "line": 118,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4558,
      "end": 4559,
      "loc": {
        "start": {
          "line": 118,
          "column": 54
        },
        "end": {
          "line": 118,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4559,
      "end": 4562,
      "loc": {
        "start": {
          "line": 118,
          "column": 55
        },
        "end": {
          "line": 118,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4562,
      "end": 4563,
      "loc": {
        "start": {
          "line": 118,
          "column": 58
        },
        "end": {
          "line": 118,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4563,
      "end": 4568,
      "loc": {
        "start": {
          "line": 118,
          "column": 59
        },
        "end": {
          "line": 118,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4569,
      "end": 4571,
      "loc": {
        "start": {
          "line": 118,
          "column": 65
        },
        "end": {
          "line": 118,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4572,
      "end": 4573,
      "loc": {
        "start": {
          "line": 118,
          "column": 68
        },
        "end": {
          "line": 118,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "convertVectors",
      "start": 4586,
      "end": 4600,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4600,
      "end": 4601,
      "loc": {
        "start": {
          "line": 119,
          "column": 26
        },
        "end": {
          "line": 119,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4601,
      "end": 4606,
      "loc": {
        "start": {
          "line": 119,
          "column": 27
        },
        "end": {
          "line": 119,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4606,
      "end": 4607,
      "loc": {
        "start": {
          "line": 119,
          "column": 32
        },
        "end": {
          "line": 119,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 4607,
      "end": 4611,
      "loc": {
        "start": {
          "line": 119,
          "column": 33
        },
        "end": {
          "line": 119,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4611,
      "end": 4612,
      "loc": {
        "start": {
          "line": 119,
          "column": 37
        },
        "end": {
          "line": 119,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4612,
      "end": 4613,
      "loc": {
        "start": {
          "line": 119,
          "column": 38
        },
        "end": {
          "line": 119,
          "column": 39
        }
      }
    },
    {
      "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": 4626,
      "end": 4629,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 4630,
      "end": 4638,
      "loc": {
        "start": {
          "line": 120,
          "column": 16
        },
        "end": {
          "line": 120,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4639,
      "end": 4640,
      "loc": {
        "start": {
          "line": 120,
          "column": 25
        },
        "end": {
          "line": 120,
          "column": 26
        }
      }
    },
    {
      "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": 4641,
      "end": 4644,
      "loc": {
        "start": {
          "line": 120,
          "column": 27
        },
        "end": {
          "line": 120,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshPhongMaterial",
      "start": 4645,
      "end": 4662,
      "loc": {
        "start": {
          "line": 120,
          "column": 31
        },
        "end": {
          "line": 120,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4662,
      "end": 4663,
      "loc": {
        "start": {
          "line": 120,
          "column": 48
        },
        "end": {
          "line": 120,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4663,
      "end": 4664,
      "loc": {
        "start": {
          "line": 120,
          "column": 49
        },
        "end": {
          "line": 120,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4681,
      "end": 4686,
      "loc": {
        "start": {
          "line": 121,
          "column": 16
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4686,
      "end": 4687,
      "loc": {
        "start": {
          "line": 121,
          "column": 21
        },
        "end": {
          "line": 121,
          "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": 4688,
      "end": 4691,
      "loc": {
        "start": {
          "line": 121,
          "column": 23
        },
        "end": {
          "line": 121,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4692,
      "end": 4697,
      "loc": {
        "start": {
          "line": 121,
          "column": 27
        },
        "end": {
          "line": 121,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4697,
      "end": 4698,
      "loc": {
        "start": {
          "line": 121,
          "column": 32
        },
        "end": {
          "line": 121,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 4698,
      "end": 4703,
      "loc": {
        "start": {
          "line": 121,
          "column": 33
        },
        "end": {
          "line": 121,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 121,
          "column": 38
        },
        "end": {
          "line": 121,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4704,
      "end": 4709,
      "loc": {
        "start": {
          "line": 121,
          "column": 39
        },
        "end": {
          "line": 121,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4709,
      "end": 4710,
      "loc": {
        "start": {
          "line": 121,
          "column": 44
        },
        "end": {
          "line": 121,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4710,
      "end": 4715,
      "loc": {
        "start": {
          "line": 121,
          "column": 45
        },
        "end": {
          "line": 121,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4715,
      "end": 4716,
      "loc": {
        "start": {
          "line": 121,
          "column": 50
        },
        "end": {
          "line": 121,
          "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": 4716,
      "end": 4717,
      "loc": {
        "start": {
          "line": 121,
          "column": 51
        },
        "end": {
          "line": 121,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4717,
      "end": 4718,
      "loc": {
        "start": {
          "line": 121,
          "column": 52
        },
        "end": {
          "line": 121,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 4719,
      "end": 4720,
      "loc": {
        "start": {
          "line": 121,
          "column": 54
        },
        "end": {
          "line": 121,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 4721,
      "end": 4724,
      "loc": {
        "start": {
          "line": 121,
          "column": 56
        },
        "end": {
          "line": 121,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4724,
      "end": 4725,
      "loc": {
        "start": {
          "line": 121,
          "column": 59
        },
        "end": {
          "line": 121,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4726,
      "end": 4731,
      "loc": {
        "start": {
          "line": 121,
          "column": 61
        },
        "end": {
          "line": 121,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4731,
      "end": 4732,
      "loc": {
        "start": {
          "line": 121,
          "column": 66
        },
        "end": {
          "line": 121,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4732,
      "end": 4737,
      "loc": {
        "start": {
          "line": 121,
          "column": 67
        },
        "end": {
          "line": 121,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4737,
      "end": 4738,
      "loc": {
        "start": {
          "line": 121,
          "column": 72
        },
        "end": {
          "line": 121,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4738,
      "end": 4739,
      "loc": {
        "start": {
          "line": 121,
          "column": 73
        },
        "end": {
          "line": 121,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4739,
      "end": 4740,
      "loc": {
        "start": {
          "line": 121,
          "column": 74
        },
        "end": {
          "line": 121,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 4741,
      "end": 4742,
      "loc": {
        "start": {
          "line": 121,
          "column": 76
        },
        "end": {
          "line": 121,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 4743,
      "end": 4746,
      "loc": {
        "start": {
          "line": 121,
          "column": 78
        },
        "end": {
          "line": 121,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4746,
      "end": 4747,
      "loc": {
        "start": {
          "line": 121,
          "column": 81
        },
        "end": {
          "line": 121,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4748,
      "end": 4753,
      "loc": {
        "start": {
          "line": 121,
          "column": 83
        },
        "end": {
          "line": 121,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 121,
          "column": 88
        },
        "end": {
          "line": 121,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4754,
      "end": 4759,
      "loc": {
        "start": {
          "line": 121,
          "column": 89
        },
        "end": {
          "line": 121,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4759,
      "end": 4760,
      "loc": {
        "start": {
          "line": 121,
          "column": 94
        },
        "end": {
          "line": 121,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4760,
      "end": 4761,
      "loc": {
        "start": {
          "line": 121,
          "column": 95
        },
        "end": {
          "line": 121,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4761,
      "end": 4762,
      "loc": {
        "start": {
          "line": 121,
          "column": 96
        },
        "end": {
          "line": 121,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 4763,
      "end": 4764,
      "loc": {
        "start": {
          "line": 121,
          "column": 98
        },
        "end": {
          "line": 121,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 4765,
      "end": 4768,
      "loc": {
        "start": {
          "line": 121,
          "column": 100
        },
        "end": {
          "line": 121,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4768,
      "end": 4769,
      "loc": {
        "start": {
          "line": 121,
          "column": 103
        },
        "end": {
          "line": 121,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4769,
      "end": 4770,
      "loc": {
        "start": {
          "line": 121,
          "column": 104
        },
        "end": {
          "line": 121,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4787,
      "end": 4794,
      "loc": {
        "start": {
          "line": 122,
          "column": 16
        },
        "end": {
          "line": 122,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4794,
      "end": 4795,
      "loc": {
        "start": {
          "line": 122,
          "column": 23
        },
        "end": {
          "line": 122,
          "column": 24
        }
      }
    },
    {
      "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": 4796,
      "end": 4802,
      "loc": {
        "start": {
          "line": 122,
          "column": 25
        },
        "end": {
          "line": 122,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4803,
      "end": 4808,
      "loc": {
        "start": {
          "line": 122,
          "column": 32
        },
        "end": {
          "line": 122,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4808,
      "end": 4809,
      "loc": {
        "start": {
          "line": 122,
          "column": 37
        },
        "end": {
          "line": 122,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4809,
      "end": 4816,
      "loc": {
        "start": {
          "line": 122,
          "column": 38
        },
        "end": {
          "line": 122,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4817,
      "end": 4820,
      "loc": {
        "start": {
          "line": 122,
          "column": 46
        },
        "end": {
          "line": 122,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 4821,
      "end": 4832,
      "loc": {
        "start": {
          "line": 122,
          "column": 50
        },
        "end": {
          "line": 122,
          "column": 61
        }
      }
    },
    {
      "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": 122,
          "column": 62
        },
        "end": {
          "line": 122,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4835,
      "end": 4840,
      "loc": {
        "start": {
          "line": 122,
          "column": 64
        },
        "end": {
          "line": 122,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4840,
      "end": 4841,
      "loc": {
        "start": {
          "line": 122,
          "column": 69
        },
        "end": {
          "line": 122,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4841,
      "end": 4848,
      "loc": {
        "start": {
          "line": 122,
          "column": 70
        },
        "end": {
          "line": 122,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4849,
      "end": 4850,
      "loc": {
        "start": {
          "line": 122,
          "column": 78
        },
        "end": {
          "line": 122,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4851,
      "end": 4855,
      "loc": {
        "start": {
          "line": 122,
          "column": 80
        },
        "end": {
          "line": 122,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4855,
      "end": 4856,
      "loc": {
        "start": {
          "line": 122,
          "column": 84
        },
        "end": {
          "line": 122,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 4856,
      "end": 4866,
      "loc": {
        "start": {
          "line": 122,
          "column": 85
        },
        "end": {
          "line": 122,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4866,
      "end": 4867,
      "loc": {
        "start": {
          "line": 122,
          "column": 95
        },
        "end": {
          "line": 122,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4867,
      "end": 4874,
      "loc": {
        "start": {
          "line": 122,
          "column": 96
        },
        "end": {
          "line": 122,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4874,
      "end": 4875,
      "loc": {
        "start": {
          "line": 122,
          "column": 103
        },
        "end": {
          "line": 122,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "specular",
      "start": 4892,
      "end": 4900,
      "loc": {
        "start": {
          "line": 123,
          "column": 16
        },
        "end": {
          "line": 123,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4900,
      "end": 4901,
      "loc": {
        "start": {
          "line": 123,
          "column": 24
        },
        "end": {
          "line": 123,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 4902,
      "end": 4907,
      "loc": {
        "start": {
          "line": 123,
          "column": 26
        },
        "end": {
          "line": 123,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4907,
      "end": 4908,
      "loc": {
        "start": {
          "line": 123,
          "column": 31
        },
        "end": {
          "line": 123,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4908,
      "end": 4913,
      "loc": {
        "start": {
          "line": 123,
          "column": 32
        },
        "end": {
          "line": 123,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4914,
      "end": 4916,
      "loc": {
        "start": {
          "line": 123,
          "column": 38
        },
        "end": {
          "line": 123,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4917,
      "end": 4921,
      "loc": {
        "start": {
          "line": 123,
          "column": 41
        },
        "end": {
          "line": 123,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4921,
      "end": 4922,
      "loc": {
        "start": {
          "line": 123,
          "column": 45
        },
        "end": {
          "line": 123,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 4922,
      "end": 4932,
      "loc": {
        "start": {
          "line": 123,
          "column": 46
        },
        "end": {
          "line": 123,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4932,
      "end": 4933,
      "loc": {
        "start": {
          "line": 123,
          "column": 56
        },
        "end": {
          "line": 123,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4933,
      "end": 4938,
      "loc": {
        "start": {
          "line": 123,
          "column": 57
        },
        "end": {
          "line": 123,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4938,
      "end": 4939,
      "loc": {
        "start": {
          "line": 123,
          "column": 62
        },
        "end": {
          "line": 123,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emissive",
      "start": 4956,
      "end": 4964,
      "loc": {
        "start": {
          "line": 124,
          "column": 16
        },
        "end": {
          "line": 124,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4964,
      "end": 4965,
      "loc": {
        "start": {
          "line": 124,
          "column": 24
        },
        "end": {
          "line": 124,
          "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": 4966,
      "end": 4969,
      "loc": {
        "start": {
          "line": 124,
          "column": 26
        },
        "end": {
          "line": 124,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4970,
      "end": 4975,
      "loc": {
        "start": {
          "line": 124,
          "column": 30
        },
        "end": {
          "line": 124,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4975,
      "end": 4976,
      "loc": {
        "start": {
          "line": 124,
          "column": 35
        },
        "end": {
          "line": 124,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 4976,
      "end": 4981,
      "loc": {
        "start": {
          "line": 124,
          "column": 36
        },
        "end": {
          "line": 124,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4981,
      "end": 4982,
      "loc": {
        "start": {
          "line": 124,
          "column": 41
        },
        "end": {
          "line": 124,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4982,
      "end": 4983,
      "loc": {
        "start": {
          "line": 124,
          "column": 42
        },
        "end": {
          "line": 124,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4983,
      "end": 4984,
      "loc": {
        "start": {
          "line": 124,
          "column": 43
        },
        "end": {
          "line": 124,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4984,
      "end": 4985,
      "loc": {
        "start": {
          "line": 124,
          "column": 44
        },
        "end": {
          "line": 124,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shininess",
      "start": 5002,
      "end": 5011,
      "loc": {
        "start": {
          "line": 125,
          "column": 16
        },
        "end": {
          "line": 125,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5011,
      "end": 5012,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 100,
      "start": 5013,
      "end": 5016,
      "loc": {
        "start": {
          "line": 125,
          "column": 27
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5029,
      "end": 5030,
      "loc": {
        "start": {
          "line": 126,
          "column": 12
        },
        "end": {
          "line": 126,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5030,
      "end": 5031,
      "loc": {
        "start": {
          "line": 126,
          "column": 13
        },
        "end": {
          "line": 126,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5031,
      "end": 5032,
      "loc": {
        "start": {
          "line": 126,
          "column": 14
        },
        "end": {
          "line": 126,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5045,
      "end": 5053,
      "loc": {
        "start": {
          "line": 127,
          "column": 12
        },
        "end": {
          "line": 127,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5053,
      "end": 5054,
      "loc": {
        "start": {
          "line": 127,
          "column": 20
        },
        "end": {
          "line": 127,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5054,
      "end": 5058,
      "loc": {
        "start": {
          "line": 127,
          "column": 21
        },
        "end": {
          "line": 127,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5059,
      "end": 5060,
      "loc": {
        "start": {
          "line": 127,
          "column": 26
        },
        "end": {
          "line": 127,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "group",
      "start": 5061,
      "end": 5066,
      "loc": {
        "start": {
          "line": 127,
          "column": 28
        },
        "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": 5066,
      "end": 5067,
      "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": "meta",
      "start": 5067,
      "end": 5071,
      "loc": {
        "start": {
          "line": 127,
          "column": 34
        },
        "end": {
          "line": 127,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5071,
      "end": 5072,
      "loc": {
        "start": {
          "line": 127,
          "column": 38
        },
        "end": {
          "line": 127,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5085,
      "end": 5093,
      "loc": {
        "start": {
          "line": 128,
          "column": 12
        },
        "end": {
          "line": 128,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5093,
      "end": 5094,
      "loc": {
        "start": {
          "line": 128,
          "column": 20
        },
        "end": {
          "line": 128,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 5094,
      "end": 5100,
      "loc": {
        "start": {
          "line": 128,
          "column": 21
        },
        "end": {
          "line": 128,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5101,
      "end": 5102,
      "loc": {
        "start": {
          "line": 128,
          "column": 28
        },
        "end": {
          "line": 128,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 5103,
      "end": 5107,
      "loc": {
        "start": {
          "line": 128,
          "column": 30
        },
        "end": {
          "line": 128,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5107,
      "end": 5108,
      "loc": {
        "start": {
          "line": 128,
          "column": 34
        },
        "end": {
          "line": 128,
          "column": 35
        }
      }
    },
    {
      "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": 5121,
      "end": 5127,
      "loc": {
        "start": {
          "line": 129,
          "column": 12
        },
        "end": {
          "line": 129,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5128,
      "end": 5136,
      "loc": {
        "start": {
          "line": 129,
          "column": 19
        },
        "end": {
          "line": 129,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 129,
          "column": 27
        },
        "end": {
          "line": 129,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5146,
      "end": 5147,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5147,
      "end": 5148,
      "loc": {
        "start": {
          "line": 130,
          "column": 9
        },
        "end": {
          "line": 130,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5148,
      "end": 5149,
      "loc": {
        "start": {
          "line": 130,
          "column": 10
        },
        "end": {
          "line": 130,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5149,
      "end": 5150,
      "loc": {
        "start": {
          "line": 130,
          "column": 11
        },
        "end": {
          "line": 130,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5156,
      "end": 5157,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "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": 5158,
      "end": 5162,
      "loc": {
        "start": {
          "line": 132,
          "column": 6
        },
        "end": {
          "line": 132,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5163,
      "end": 5164,
      "loc": {
        "start": {
          "line": 132,
          "column": 11
        },
        "end": {
          "line": 132,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 5174,
      "end": 5178,
      "loc": {
        "start": {
          "line": 134,
          "column": 8
        },
        "end": {
          "line": 134,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5179,
      "end": 5187,
      "loc": {
        "start": {
          "line": 134,
          "column": 13
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 134,
          "column": 22
        },
        "end": {
          "line": 134,
          "column": 23
        }
      }
    },
    {
      "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": 5190,
      "end": 5193,
      "loc": {
        "start": {
          "line": 134,
          "column": 24
        },
        "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": "MeshPhongMaterial",
      "start": 5194,
      "end": 5211,
      "loc": {
        "start": {
          "line": 134,
          "column": 28
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5211,
      "end": 5212,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5212,
      "end": 5213,
      "loc": {
        "start": {
          "line": 134,
          "column": 46
        },
        "end": {
          "line": 134,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 5226,
      "end": 5231,
      "loc": {
        "start": {
          "line": 135,
          "column": 12
        },
        "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": 5231,
      "end": 5232,
      "loc": {
        "start": {
          "line": 135,
          "column": 17
        },
        "end": {
          "line": 135,
          "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": 5233,
      "end": 5236,
      "loc": {
        "start": {
          "line": 135,
          "column": 19
        },
        "end": {
          "line": 135,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5237,
      "end": 5242,
      "loc": {
        "start": {
          "line": 135,
          "column": 23
        },
        "end": {
          "line": 135,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5242,
      "end": 5243,
      "loc": {
        "start": {
          "line": 135,
          "column": 28
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 5243,
      "end": 5248,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 135,
          "column": 34
        },
        "end": {
          "line": 135,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5249,
      "end": 5253,
      "loc": {
        "start": {
          "line": 135,
          "column": 35
        },
        "end": {
          "line": 135,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5253,
      "end": 5254,
      "loc": {
        "start": {
          "line": 135,
          "column": 39
        },
        "end": {
          "line": 135,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 5254,
      "end": 5264,
      "loc": {
        "start": {
          "line": 135,
          "column": 40
        },
        "end": {
          "line": 135,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5264,
      "end": 5265,
      "loc": {
        "start": {
          "line": 135,
          "column": 50
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 5265,
      "end": 5270,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5270,
      "end": 5271,
      "loc": {
        "start": {
          "line": 135,
          "column": 56
        },
        "end": {
          "line": 135,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5271,
      "end": 5272,
      "loc": {
        "start": {
          "line": 135,
          "column": 57
        },
        "end": {
          "line": 135,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5272,
      "end": 5273,
      "loc": {
        "start": {
          "line": 135,
          "column": 58
        },
        "end": {
          "line": 135,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5274,
      "end": 5275,
      "loc": {
        "start": {
          "line": 135,
          "column": 60
        },
        "end": {
          "line": 135,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 5276,
      "end": 5279,
      "loc": {
        "start": {
          "line": 135,
          "column": 62
        },
        "end": {
          "line": 135,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 135,
          "column": 65
        },
        "end": {
          "line": 135,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5281,
      "end": 5285,
      "loc": {
        "start": {
          "line": 135,
          "column": 67
        },
        "end": {
          "line": 135,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5285,
      "end": 5286,
      "loc": {
        "start": {
          "line": 135,
          "column": 71
        },
        "end": {
          "line": 135,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 5286,
      "end": 5296,
      "loc": {
        "start": {
          "line": 135,
          "column": 72
        },
        "end": {
          "line": 135,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5296,
      "end": 5297,
      "loc": {
        "start": {
          "line": 135,
          "column": 82
        },
        "end": {
          "line": 135,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 5297,
      "end": 5302,
      "loc": {
        "start": {
          "line": 135,
          "column": 83
        },
        "end": {
          "line": 135,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5302,
      "end": 5303,
      "loc": {
        "start": {
          "line": 135,
          "column": 88
        },
        "end": {
          "line": 135,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5303,
      "end": 5304,
      "loc": {
        "start": {
          "line": 135,
          "column": 89
        },
        "end": {
          "line": 135,
          "column": 90
        }
      }
    },
    {
      "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": 135,
          "column": 90
        },
        "end": {
          "line": 135,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5306,
      "end": 5307,
      "loc": {
        "start": {
          "line": 135,
          "column": 92
        },
        "end": {
          "line": 135,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 5308,
      "end": 5311,
      "loc": {
        "start": {
          "line": 135,
          "column": 94
        },
        "end": {
          "line": 135,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5311,
      "end": 5312,
      "loc": {
        "start": {
          "line": 135,
          "column": 97
        },
        "end": {
          "line": 135,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5313,
      "end": 5317,
      "loc": {
        "start": {
          "line": 135,
          "column": 99
        },
        "end": {
          "line": 135,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5317,
      "end": 5318,
      "loc": {
        "start": {
          "line": 135,
          "column": 103
        },
        "end": {
          "line": 135,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 5318,
      "end": 5328,
      "loc": {
        "start": {
          "line": 135,
          "column": 104
        },
        "end": {
          "line": 135,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5328,
      "end": 5329,
      "loc": {
        "start": {
          "line": 135,
          "column": 114
        },
        "end": {
          "line": 135,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 5329,
      "end": 5334,
      "loc": {
        "start": {
          "line": 135,
          "column": 115
        },
        "end": {
          "line": 135,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5334,
      "end": 5335,
      "loc": {
        "start": {
          "line": 135,
          "column": 120
        },
        "end": {
          "line": 135,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5335,
      "end": 5336,
      "loc": {
        "start": {
          "line": 135,
          "column": 121
        },
        "end": {
          "line": 135,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5336,
      "end": 5337,
      "loc": {
        "start": {
          "line": 135,
          "column": 122
        },
        "end": {
          "line": 135,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5338,
      "end": 5339,
      "loc": {
        "start": {
          "line": 135,
          "column": 124
        },
        "end": {
          "line": 135,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 255,
      "start": 5340,
      "end": 5343,
      "loc": {
        "start": {
          "line": 135,
          "column": 126
        },
        "end": {
          "line": 135,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5343,
      "end": 5344,
      "loc": {
        "start": {
          "line": 135,
          "column": 129
        },
        "end": {
          "line": 135,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5344,
      "end": 5345,
      "loc": {
        "start": {
          "line": 135,
          "column": 130
        },
        "end": {
          "line": 135,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 5358,
      "end": 5365,
      "loc": {
        "start": {
          "line": 136,
          "column": 12
        },
        "end": {
          "line": 136,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5365,
      "end": 5366,
      "loc": {
        "start": {
          "line": 136,
          "column": 19
        },
        "end": {
          "line": 136,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5367,
      "end": 5371,
      "loc": {
        "start": {
          "line": 136,
          "column": 21
        },
        "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": 5371,
      "end": 5372,
      "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": "properties",
      "start": 5372,
      "end": 5382,
      "loc": {
        "start": {
          "line": 136,
          "column": 26
        },
        "end": {
          "line": 136,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5382,
      "end": 5383,
      "loc": {
        "start": {
          "line": 136,
          "column": 36
        },
        "end": {
          "line": 136,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 5383,
      "end": 5390,
      "loc": {
        "start": {
          "line": 136,
          "column": 37
        },
        "end": {
          "line": 136,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5390,
      "end": 5391,
      "loc": {
        "start": {
          "line": 136,
          "column": 44
        },
        "end": {
          "line": 136,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "specular",
      "start": 5404,
      "end": 5412,
      "loc": {
        "start": {
          "line": 137,
          "column": 12
        },
        "end": {
          "line": 137,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5412,
      "end": 5413,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5414,
      "end": 5418,
      "loc": {
        "start": {
          "line": 137,
          "column": 22
        },
        "end": {
          "line": 137,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5418,
      "end": 5419,
      "loc": {
        "start": {
          "line": 137,
          "column": 26
        },
        "end": {
          "line": 137,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 5419,
      "end": 5429,
      "loc": {
        "start": {
          "line": 137,
          "column": 27
        },
        "end": {
          "line": 137,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5429,
      "end": 5430,
      "loc": {
        "start": {
          "line": 137,
          "column": 37
        },
        "end": {
          "line": 137,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 5430,
      "end": 5435,
      "loc": {
        "start": {
          "line": 137,
          "column": 38
        },
        "end": {
          "line": 137,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 137,
          "column": 43
        },
        "end": {
          "line": 137,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emissive",
      "start": 5449,
      "end": 5457,
      "loc": {
        "start": {
          "line": 138,
          "column": 12
        },
        "end": {
          "line": 138,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5457,
      "end": 5458,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "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": 5459,
      "end": 5462,
      "loc": {
        "start": {
          "line": 138,
          "column": 22
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5463,
      "end": 5468,
      "loc": {
        "start": {
          "line": 138,
          "column": 26
        },
        "end": {
          "line": 138,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5468,
      "end": 5469,
      "loc": {
        "start": {
          "line": 138,
          "column": 31
        },
        "end": {
          "line": 138,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 5469,
      "end": 5474,
      "loc": {
        "start": {
          "line": 138,
          "column": 32
        },
        "end": {
          "line": 138,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5474,
      "end": 5475,
      "loc": {
        "start": {
          "line": 138,
          "column": 37
        },
        "end": {
          "line": 138,
          "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": 5475,
      "end": 5476,
      "loc": {
        "start": {
          "line": 138,
          "column": 38
        },
        "end": {
          "line": 138,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5476,
      "end": 5477,
      "loc": {
        "start": {
          "line": 138,
          "column": 39
        },
        "end": {
          "line": 138,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5477,
      "end": 5478,
      "loc": {
        "start": {
          "line": 138,
          "column": 40
        },
        "end": {
          "line": 138,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shininess",
      "start": 5491,
      "end": 5500,
      "loc": {
        "start": {
          "line": 139,
          "column": 12
        },
        "end": {
          "line": 139,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5500,
      "end": 5501,
      "loc": {
        "start": {
          "line": 139,
          "column": 21
        },
        "end": {
          "line": 139,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 100,
      "start": 5502,
      "end": 5505,
      "loc": {
        "start": {
          "line": 139,
          "column": 23
        },
        "end": {
          "line": 139,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5514,
      "end": 5515,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5515,
      "end": 5516,
      "loc": {
        "start": {
          "line": 140,
          "column": 9
        },
        "end": {
          "line": 140,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5516,
      "end": 5517,
      "loc": {
        "start": {
          "line": 140,
          "column": 10
        },
        "end": {
          "line": 140,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 5527,
      "end": 5531,
      "loc": {
        "start": {
          "line": 142,
          "column": 8
        },
        "end": {
          "line": 142,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5531,
      "end": 5532,
      "loc": {
        "start": {
          "line": 142,
          "column": 12
        },
        "end": {
          "line": 142,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5532,
      "end": 5540,
      "loc": {
        "start": {
          "line": 142,
          "column": 13
        },
        "end": {
          "line": 142,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5540,
      "end": 5541,
      "loc": {
        "start": {
          "line": 142,
          "column": 21
        },
        "end": {
          "line": 142,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 5541,
      "end": 5547,
      "loc": {
        "start": {
          "line": 142,
          "column": 22
        },
        "end": {
          "line": 142,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5548,
      "end": 5549,
      "loc": {
        "start": {
          "line": 142,
          "column": 29
        },
        "end": {
          "line": 142,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 5550,
      "end": 5554,
      "loc": {
        "start": {
          "line": 142,
          "column": 31
        },
        "end": {
          "line": 142,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5554,
      "end": 5555,
      "loc": {
        "start": {
          "line": 142,
          "column": 35
        },
        "end": {
          "line": 142,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5561,
      "end": 5562,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "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": 5568,
      "end": 5574,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalize",
      "start": 5575,
      "end": 5583,
      "loc": {
        "start": {
          "line": 146,
          "column": 11
        },
        "end": {
          "line": 146,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5583,
      "end": 5584,
      "loc": {
        "start": {
          "line": 146,
          "column": 19
        },
        "end": {
          "line": 146,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 5584,
      "end": 5588,
      "loc": {
        "start": {
          "line": 146,
          "column": 20
        },
        "end": {
          "line": 146,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5588,
      "end": 5589,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5590,
      "end": 5594,
      "loc": {
        "start": {
          "line": 146,
          "column": 26
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5594,
      "end": 5595,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 5596,
      "end": 5602,
      "loc": {
        "start": {
          "line": 146,
          "column": 32
        },
        "end": {
          "line": 146,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5602,
      "end": 5603,
      "loc": {
        "start": {
          "line": 146,
          "column": 38
        },
        "end": {
          "line": 146,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5603,
      "end": 5604,
      "loc": {
        "start": {
          "line": 146,
          "column": 39
        },
        "end": {
          "line": 146,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5605,
      "end": 5606,
      "loc": {
        "start": {
          "line": 147,
          "column": 0
        },
        "end": {
          "line": 147,
          "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": 5608,
      "end": 5616,
      "loc": {
        "start": {
          "line": 149,
          "column": 0
        },
        "end": {
          "line": 149,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "convertVectors",
      "start": 5617,
      "end": 5631,
      "loc": {
        "start": {
          "line": 149,
          "column": 9
        },
        "end": {
          "line": 149,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5631,
      "end": 5632,
      "loc": {
        "start": {
          "line": 149,
          "column": 23
        },
        "end": {
          "line": 149,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5632,
      "end": 5636,
      "loc": {
        "start": {
          "line": 149,
          "column": 24
        },
        "end": {
          "line": 149,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5636,
      "end": 5637,
      "loc": {
        "start": {
          "line": 149,
          "column": 28
        },
        "end": {
          "line": 149,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5638,
      "end": 5639,
      "loc": {
        "start": {
          "line": 149,
          "column": 30
        },
        "end": {
          "line": 149,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5644,
      "end": 5648,
      "loc": {
        "start": {
          "line": 150,
          "column": 4
        },
        "end": {
          "line": 150,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5648,
      "end": 5649,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "box",
      "start": 5649,
      "end": 5652,
      "loc": {
        "start": {
          "line": 150,
          "column": 9
        },
        "end": {
          "line": 150,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5653,
      "end": 5654,
      "loc": {
        "start": {
          "line": 150,
          "column": 13
        },
        "end": {
          "line": 150,
          "column": 14
        }
      }
    },
    {
      "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": 5655,
      "end": 5658,
      "loc": {
        "start": {
          "line": 150,
          "column": 15
        },
        "end": {
          "line": 150,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5659,
      "end": 5664,
      "loc": {
        "start": {
          "line": 150,
          "column": 19
        },
        "end": {
          "line": 150,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5664,
      "end": 5665,
      "loc": {
        "start": {
          "line": 150,
          "column": 24
        },
        "end": {
          "line": 150,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Box3",
      "start": 5665,
      "end": 5669,
      "loc": {
        "start": {
          "line": 150,
          "column": 25
        },
        "end": {
          "line": 150,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5669,
      "end": 5670,
      "loc": {
        "start": {
          "line": 150,
          "column": 29
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "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": 5670,
      "end": 5673,
      "loc": {
        "start": {
          "line": 150,
          "column": 30
        },
        "end": {
          "line": 150,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5674,
      "end": 5679,
      "loc": {
        "start": {
          "line": 150,
          "column": 34
        },
        "end": {
          "line": 150,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5679,
      "end": 5680,
      "loc": {
        "start": {
          "line": 150,
          "column": 39
        },
        "end": {
          "line": 150,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5680,
      "end": 5687,
      "loc": {
        "start": {
          "line": 150,
          "column": 40
        },
        "end": {
          "line": 150,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5687,
      "end": 5688,
      "loc": {
        "start": {
          "line": 150,
          "column": 47
        },
        "end": {
          "line": 150,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5688,
      "end": 5691,
      "loc": {
        "start": {
          "line": 150,
          "column": 48
        },
        "end": {
          "line": 150,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5691,
      "end": 5695,
      "loc": {
        "start": {
          "line": 150,
          "column": 51
        },
        "end": {
          "line": 150,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5695,
      "end": 5696,
      "loc": {
        "start": {
          "line": 150,
          "column": 55
        },
        "end": {
          "line": 150,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 5696,
      "end": 5699,
      "loc": {
        "start": {
          "line": 150,
          "column": 56
        },
        "end": {
          "line": 150,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5699,
      "end": 5700,
      "loc": {
        "start": {
          "line": 150,
          "column": 59
        },
        "end": {
          "line": 150,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5700,
      "end": 5701,
      "loc": {
        "start": {
          "line": 150,
          "column": 60
        },
        "end": {
          "line": 150,
          "column": 61
        }
      }
    },
    {
      "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": 5702,
      "end": 5705,
      "loc": {
        "start": {
          "line": 150,
          "column": 62
        },
        "end": {
          "line": 150,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5706,
      "end": 5711,
      "loc": {
        "start": {
          "line": 150,
          "column": 66
        },
        "end": {
          "line": 150,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5711,
      "end": 5712,
      "loc": {
        "start": {
          "line": 150,
          "column": 71
        },
        "end": {
          "line": 150,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5712,
      "end": 5719,
      "loc": {
        "start": {
          "line": 150,
          "column": 72
        },
        "end": {
          "line": 150,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5719,
      "end": 5720,
      "loc": {
        "start": {
          "line": 150,
          "column": 79
        },
        "end": {
          "line": 150,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5720,
      "end": 5723,
      "loc": {
        "start": {
          "line": 150,
          "column": 80
        },
        "end": {
          "line": 150,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5723,
      "end": 5727,
      "loc": {
        "start": {
          "line": 150,
          "column": 83
        },
        "end": {
          "line": 150,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5727,
      "end": 5728,
      "loc": {
        "start": {
          "line": 150,
          "column": 87
        },
        "end": {
          "line": 150,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 5728,
      "end": 5731,
      "loc": {
        "start": {
          "line": 150,
          "column": 88
        },
        "end": {
          "line": 150,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5731,
      "end": 5732,
      "loc": {
        "start": {
          "line": 150,
          "column": 91
        },
        "end": {
          "line": 150,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5732,
      "end": 5733,
      "loc": {
        "start": {
          "line": 150,
          "column": 92
        },
        "end": {
          "line": 150,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5733,
      "end": 5734,
      "loc": {
        "start": {
          "line": 150,
          "column": 93
        },
        "end": {
          "line": 150,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 5739,
      "end": 5745,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5746,
      "end": 5750,
      "loc": {
        "start": {
          "line": 151,
          "column": 11
        },
        "end": {
          "line": 151,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5750,
      "end": 5751,
      "loc": {
        "start": {
          "line": 151,
          "column": 15
        },
        "end": {
          "line": 151,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 5751,
      "end": 5754,
      "loc": {
        "start": {
          "line": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5754,
      "end": 5755,
      "loc": {
        "start": {
          "line": 151,
          "column": 19
        },
        "end": {
          "line": 151,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 5760,
      "end": 5766,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5767,
      "end": 5771,
      "loc": {
        "start": {
          "line": 152,
          "column": 11
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5771,
      "end": 5772,
      "loc": {
        "start": {
          "line": 152,
          "column": 15
        },
        "end": {
          "line": 152,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 5772,
      "end": 5775,
      "loc": {
        "start": {
          "line": 152,
          "column": 16
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5775,
      "end": 5776,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "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": 5781,
      "end": 5784,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5785,
      "end": 5786,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "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": 5786,
      "end": 5789,
      "loc": {
        "start": {
          "line": 153,
          "column": 9
        },
        "end": {
          "line": 153,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5790,
      "end": 5793,
      "loc": {
        "start": {
          "line": 153,
          "column": 13
        },
        "end": {
          "line": 153,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 5794,
      "end": 5796,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5797,
      "end": 5801,
      "loc": {
        "start": {
          "line": 153,
          "column": 20
        },
        "end": {
          "line": 153,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5801,
      "end": 5802,
      "loc": {
        "start": {
          "line": 153,
          "column": 24
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5803,
      "end": 5804,
      "loc": {
        "start": {
          "line": 153,
          "column": 26
        },
        "end": {
          "line": 153,
          "column": 27
        }
      }
    },
    {
      "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": 5813,
      "end": 5816,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 5817,
      "end": 5821,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5822,
      "end": 5823,
      "loc": {
        "start": {
          "line": 154,
          "column": 17
        },
        "end": {
          "line": 154,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5824,
      "end": 5828,
      "loc": {
        "start": {
          "line": 154,
          "column": 19
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 154,
          "column": 23
        },
        "end": {
          "line": 154,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5829,
      "end": 5832,
      "loc": {
        "start": {
          "line": 154,
          "column": 24
        },
        "end": {
          "line": 154,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5832,
      "end": 5833,
      "loc": {
        "start": {
          "line": 154,
          "column": 27
        },
        "end": {
          "line": 154,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5833,
      "end": 5834,
      "loc": {
        "start": {
          "line": 154,
          "column": 28
        },
        "end": {
          "line": 154,
          "column": 29
        }
      }
    },
    {
      "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": 5843,
      "end": 5845,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5846,
      "end": 5847,
      "loc": {
        "start": {
          "line": 155,
          "column": 11
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 5847,
      "end": 5852,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "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": 5852,
      "end": 5853,
      "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": "isArray",
      "start": 5853,
      "end": 5860,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5860,
      "end": 5861,
      "loc": {
        "start": {
          "line": 155,
          "column": 25
        },
        "end": {
          "line": 155,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 5861,
      "end": 5865,
      "loc": {
        "start": {
          "line": 155,
          "column": 26
        },
        "end": {
          "line": 155,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5865,
      "end": 5866,
      "loc": {
        "start": {
          "line": 155,
          "column": 30
        },
        "end": {
          "line": 155,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5867,
      "end": 5869,
      "loc": {
        "start": {
          "line": 155,
          "column": 32
        },
        "end": {
          "line": 155,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 5870,
      "end": 5874,
      "loc": {
        "start": {
          "line": 155,
          "column": 35
        },
        "end": {
          "line": 155,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5874,
      "end": 5875,
      "loc": {
        "start": {
          "line": 155,
          "column": 39
        },
        "end": {
          "line": 155,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5875,
      "end": 5881,
      "loc": {
        "start": {
          "line": 155,
          "column": 40
        },
        "end": {
          "line": 155,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 5882,
      "end": 5884,
      "loc": {
        "start": {
          "line": 155,
          "column": 47
        },
        "end": {
          "line": 155,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 155,
          "column": 50
        },
        "end": {
          "line": 155,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5886,
      "end": 5887,
      "loc": {
        "start": {
          "line": 155,
          "column": 51
        },
        "end": {
          "line": 155,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 5900,
      "end": 5904,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5904,
      "end": 5905,
      "loc": {
        "start": {
          "line": 156,
          "column": 16
        },
        "end": {
          "line": 156,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5905,
      "end": 5908,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5908,
      "end": 5909,
      "loc": {
        "start": {
          "line": 156,
          "column": 20
        },
        "end": {
          "line": 156,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5910,
      "end": 5911,
      "loc": {
        "start": {
          "line": 156,
          "column": 22
        },
        "end": {
          "line": 156,
          "column": 23
        }
      }
    },
    {
      "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": 5912,
      "end": 5915,
      "loc": {
        "start": {
          "line": 156,
          "column": 24
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5916,
      "end": 5921,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5921,
      "end": 5922,
      "loc": {
        "start": {
          "line": 156,
          "column": 33
        },
        "end": {
          "line": 156,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5922,
      "end": 5929,
      "loc": {
        "start": {
          "line": 156,
          "column": 34
        },
        "end": {
          "line": 156,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5929,
      "end": 5930,
      "loc": {
        "start": {
          "line": 156,
          "column": 41
        },
        "end": {
          "line": 156,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5930,
      "end": 5931,
      "loc": {
        "start": {
          "line": 156,
          "column": 42
        },
        "end": {
          "line": 156,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5931,
      "end": 5932,
      "loc": {
        "start": {
          "line": 156,
          "column": 43
        },
        "end": {
          "line": 156,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 5932,
      "end": 5941,
      "loc": {
        "start": {
          "line": 156,
          "column": 44
        },
        "end": {
          "line": 156,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5941,
      "end": 5942,
      "loc": {
        "start": {
          "line": 156,
          "column": 53
        },
        "end": {
          "line": 156,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 5942,
      "end": 5946,
      "loc": {
        "start": {
          "line": 156,
          "column": 54
        },
        "end": {
          "line": 156,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5946,
      "end": 5947,
      "loc": {
        "start": {
          "line": 156,
          "column": 58
        },
        "end": {
          "line": 156,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5947,
      "end": 5948,
      "loc": {
        "start": {
          "line": 156,
          "column": 59
        },
        "end": {
          "line": 156,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5953,
      "end": 5954,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5955,
      "end": 5956,
      "loc": {
        "start": {
          "line": 158,
          "column": 0
        },
        "end": {
          "line": 158,
          "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": 5958,
      "end": 5966,
      "loc": {
        "start": {
          "line": 160,
          "column": 0
        },
        "end": {
          "line": 160,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalize",
      "start": 5967,
      "end": 5975,
      "loc": {
        "start": {
          "line": 160,
          "column": 9
        },
        "end": {
          "line": 160,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5975,
      "end": 5976,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 5976,
      "end": 5980,
      "loc": {
        "start": {
          "line": 160,
          "column": 18
        },
        "end": {
          "line": 160,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5980,
      "end": 5981,
      "loc": {
        "start": {
          "line": 160,
          "column": 22
        },
        "end": {
          "line": 160,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5982,
      "end": 5986,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5986,
      "end": 5987,
      "loc": {
        "start": {
          "line": 160,
          "column": 28
        },
        "end": {
          "line": 160,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groups",
      "start": 5988,
      "end": 5994,
      "loc": {
        "start": {
          "line": 160,
          "column": 30
        },
        "end": {
          "line": 160,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5994,
      "end": 5995,
      "loc": {
        "start": {
          "line": 160,
          "column": 36
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5996,
      "end": 5997,
      "loc": {
        "start": {
          "line": 160,
          "column": 38
        },
        "end": {
          "line": 160,
          "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": 6002,
      "end": 6004,
      "loc": {
        "start": {
          "line": 161,
          "column": 4
        },
        "end": {
          "line": 161,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6005,
      "end": 6006,
      "loc": {
        "start": {
          "line": 161,
          "column": 7
        },
        "end": {
          "line": 161,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6006,
      "end": 6007,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6007,
      "end": 6008,
      "loc": {
        "start": {
          "line": 161,
          "column": 9
        },
        "end": {
          "line": 161,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6008,
      "end": 6012,
      "loc": {
        "start": {
          "line": 161,
          "column": 10
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6012,
      "end": 6013,
      "loc": {
        "start": {
          "line": 161,
          "column": 14
        },
        "end": {
          "line": 161,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 6013,
      "end": 6023,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6023,
      "end": 6024,
      "loc": {
        "start": {
          "line": 161,
          "column": 25
        },
        "end": {
          "line": 161,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "box",
      "start": 6024,
      "end": 6027,
      "loc": {
        "start": {
          "line": 161,
          "column": 26
        },
        "end": {
          "line": 161,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6027,
      "end": 6028,
      "loc": {
        "start": {
          "line": 161,
          "column": 29
        },
        "end": {
          "line": 161,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6029,
      "end": 6030,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 6039,
      "end": 6043,
      "loc": {
        "start": {
          "line": 162,
          "column": 8
        },
        "end": {
          "line": 162,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6043,
      "end": 6044,
      "loc": {
        "start": {
          "line": 162,
          "column": 12
        },
        "end": {
          "line": 162,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 6044,
      "end": 6052,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "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": 6052,
      "end": 6053,
      "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": "boundingBox",
      "start": 6053,
      "end": 6064,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6065,
      "end": 6066,
      "loc": {
        "start": {
          "line": 162,
          "column": 34
        },
        "end": {
          "line": 162,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6067,
      "end": 6071,
      "loc": {
        "start": {
          "line": 162,
          "column": 36
        },
        "end": {
          "line": 162,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6071,
      "end": 6072,
      "loc": {
        "start": {
          "line": 162,
          "column": 40
        },
        "end": {
          "line": 162,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 6072,
      "end": 6082,
      "loc": {
        "start": {
          "line": 162,
          "column": 41
        },
        "end": {
          "line": 162,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6082,
      "end": 6083,
      "loc": {
        "start": {
          "line": 162,
          "column": 51
        },
        "end": {
          "line": 162,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "box",
      "start": 6083,
      "end": 6086,
      "loc": {
        "start": {
          "line": 162,
          "column": 52
        },
        "end": {
          "line": 162,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6086,
      "end": 6087,
      "loc": {
        "start": {
          "line": 162,
          "column": 55
        },
        "end": {
          "line": 162,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 6096,
      "end": 6100,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6100,
      "end": 6101,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 6101,
      "end": 6109,
      "loc": {
        "start": {
          "line": 163,
          "column": 13
        },
        "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": 6109,
      "end": 6110,
      "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": "boundingSphere",
      "start": 6110,
      "end": 6124,
      "loc": {
        "start": {
          "line": 163,
          "column": 22
        },
        "end": {
          "line": 163,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6125,
      "end": 6126,
      "loc": {
        "start": {
          "line": 163,
          "column": 37
        },
        "end": {
          "line": 163,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6127,
      "end": 6131,
      "loc": {
        "start": {
          "line": 163,
          "column": 39
        },
        "end": {
          "line": 163,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6131,
      "end": 6132,
      "loc": {
        "start": {
          "line": 163,
          "column": 43
        },
        "end": {
          "line": 163,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "properties",
      "start": 6132,
      "end": 6142,
      "loc": {
        "start": {
          "line": 163,
          "column": 44
        },
        "end": {
          "line": 163,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6142,
      "end": 6143,
      "loc": {
        "start": {
          "line": 163,
          "column": 54
        },
        "end": {
          "line": 163,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sphere",
      "start": 6143,
      "end": 6149,
      "loc": {
        "start": {
          "line": 163,
          "column": 55
        },
        "end": {
          "line": 163,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6149,
      "end": 6150,
      "loc": {
        "start": {
          "line": 163,
          "column": 61
        },
        "end": {
          "line": 163,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6155,
      "end": 6156,
      "loc": {
        "start": {
          "line": 164,
          "column": 4
        },
        "end": {
          "line": 164,
          "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": 6157,
      "end": 6161,
      "loc": {
        "start": {
          "line": 164,
          "column": 6
        },
        "end": {
          "line": 164,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6162,
      "end": 6163,
      "loc": {
        "start": {
          "line": 164,
          "column": 11
        },
        "end": {
          "line": 164,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 6172,
      "end": 6176,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6176,
      "end": 6177,
      "loc": {
        "start": {
          "line": 165,
          "column": 12
        },
        "end": {
          "line": 165,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 6177,
      "end": 6185,
      "loc": {
        "start": {
          "line": 165,
          "column": 13
        },
        "end": {
          "line": 165,
          "column": 21
        }
      }
    },
    {
      "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": 165,
          "column": 21
        },
        "end": {
          "line": 165,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computeBoundingBox",
      "start": 6186,
      "end": 6204,
      "loc": {
        "start": {
          "line": 165,
          "column": 22
        },
        "end": {
          "line": 165,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6204,
      "end": 6205,
      "loc": {
        "start": {
          "line": 165,
          "column": 40
        },
        "end": {
          "line": 165,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6205,
      "end": 6206,
      "loc": {
        "start": {
          "line": 165,
          "column": 41
        },
        "end": {
          "line": 165,
          "column": 42
        }
      }
    },
    {
      "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": 165,
          "column": 42
        },
        "end": {
          "line": 165,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 6216,
      "end": 6220,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6220,
      "end": 6221,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 6221,
      "end": 6229,
      "loc": {
        "start": {
          "line": 166,
          "column": 13
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6229,
      "end": 6230,
      "loc": {
        "start": {
          "line": 166,
          "column": 21
        },
        "end": {
          "line": 166,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computeBoundingSphere",
      "start": 6230,
      "end": 6251,
      "loc": {
        "start": {
          "line": 166,
          "column": 22
        },
        "end": {
          "line": 166,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6251,
      "end": 6252,
      "loc": {
        "start": {
          "line": 166,
          "column": 43
        },
        "end": {
          "line": 166,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6252,
      "end": 6253,
      "loc": {
        "start": {
          "line": 166,
          "column": 44
        },
        "end": {
          "line": 166,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6253,
      "end": 6254,
      "loc": {
        "start": {
          "line": 166,
          "column": 45
        },
        "end": {
          "line": 166,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6259,
      "end": 6260,
      "loc": {
        "start": {
          "line": 167,
          "column": 4
        },
        "end": {
          "line": 167,
          "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": 6265,
      "end": 6271,
      "loc": {
        "start": {
          "line": 168,
          "column": 4
        },
        "end": {
          "line": 168,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geom",
      "start": 6272,
      "end": 6276,
      "loc": {
        "start": {
          "line": 168,
          "column": 11
        },
        "end": {
          "line": 168,
          "column": 15
        }
      }
    },
    {
      "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": 168,
          "column": 15
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6278,
      "end": 6279,
      "loc": {
        "start": {
          "line": 169,
          "column": 0
        },
        "end": {
          "line": 169,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6280,
      "end": 6280,
      "loc": {
        "start": {
          "line": 170,
          "column": 0
        },
        "end": {
          "line": 170,
          "column": 0
        }
      }
    }
  ]
}