{
  "type": "Program",
  "start": 0,
  "end": 5807,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 169,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 28,
      "end": 79,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 51
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 35,
          "end": 52,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 24
            }
          },
          "local": {
            "type": "Identifier",
            "start": 35,
            "end": 52,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 24
              }
            },
            "name": "MeshPhongMaterial"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 58,
        "end": 78,
        "loc": {
          "start": {
            "line": 2,
            "column": 30
          },
          "end": {
            "line": 2,
            "column": 50
          }
        },
        "value": "../materials/phong",
        "rawValue": "../materials/phong",
        "raw": "'../materials/phong'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 81,
      "end": 121,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 40
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 88,
          "end": 96,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 15
            }
          },
          "local": {
            "type": "Identifier",
            "start": 88,
            "end": 96,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "name": "Defaults"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 102,
        "end": 120,
        "loc": {
          "start": {
            "line": 3,
            "column": 21
          },
          "end": {
            "line": 3,
            "column": 39
          }
        },
        "value": "../core/defaults",
        "rawValue": "../core/defaults",
        "raw": "'../core/defaults'"
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 125,
      "end": 1779,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 132,
        "end": 1779,
        "loc": {
          "start": {
            "line": 5,
            "column": 7
          },
          "end": {
            "line": 51,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 141,
          "end": 150,
          "loc": {
            "start": {
              "line": 5,
              "column": 16
            },
            "end": {
              "line": 5,
              "column": 25
            }
          },
          "name": "parseLine"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 151,
            "end": 161,
            "loc": {
              "start": {
                "line": 5,
                "column": 26
              },
              "end": {
                "line": 5,
                "column": 36
              }
            },
            "name": "attributes"
          },
          {
            "type": "Identifier",
            "start": 163,
            "end": 170,
            "loc": {
              "start": {
                "line": 5,
                "column": 38
              },
              "end": {
                "line": 5,
                "column": 45
              }
            },
            "name": "context"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 172,
          "end": 1779,
          "loc": {
            "start": {
              "line": 5,
              "column": 47
            },
            "end": {
              "line": 51,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 179,
              "end": 207,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 6,
                  "column": 32
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 183,
                  "end": 206,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8
                    },
                    "end": {
                      "line": 6,
                      "column": 31
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 183,
                    "end": 189,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 8
                      },
                      "end": {
                        "line": 6,
                        "column": 14
                      }
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 192,
                    "end": 206,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 17
                      },
                      "end": {
                        "line": 6,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 192,
                      "end": 199,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 17
                        },
                        "end": {
                          "line": 6,
                          "column": 24
                        }
                      },
                      "name": "context"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 200,
                      "end": 206,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 25
                        },
                        "end": {
                          "line": 6,
                          "column": 31
                        }
                      },
                      "name": "models"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 213,
              "end": 243,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 34
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 217,
                  "end": 242,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 8
                    },
                    "end": {
                      "line": 7,
                      "column": 33
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 217,
                    "end": 224,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 15
                      }
                    },
                    "name": "options"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 227,
                    "end": 242,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 18
                      },
                      "end": {
                        "line": 7,
                        "column": 33
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 227,
                      "end": 234,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 18
                        },
                        "end": {
                          "line": 7,
                          "column": 25
                        }
                      },
                      "name": "context"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 235,
                      "end": 242,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 26
                        },
                        "end": {
                          "line": 7,
                          "column": 33
                        }
                      },
                      "name": "options"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 249,
              "end": 276,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 8,
                  "column": 31
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 253,
                  "end": 275,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 8
                    },
                    "end": {
                      "line": 8,
                      "column": 30
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 253,
                    "end": 257,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8
                      },
                      "end": {
                        "line": 8,
                        "column": 12
                      }
                    },
                    "name": "item"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 260,
                    "end": 275,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 15
                      },
                      "end": {
                        "line": 8,
                        "column": 30
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 260,
                      "end": 270,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 15
                        },
                        "end": {
                          "line": 8,
                          "column": 25
                        }
                      },
                      "name": "attributes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 271,
                      "end": 275,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 26
                        },
                        "end": {
                          "line": 8,
                          "column": 30
                        }
                      },
                      "name": "line"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 282,
              "end": 307,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 29
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 286,
                  "end": 306,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 8
                    },
                    "end": {
                      "line": 9,
                      "column": 28
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 286,
                    "end": 292,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8
                      },
                      "end": {
                        "line": 9,
                        "column": 14
                      }
                    },
                    "name": "groups"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 295,
                    "end": 306,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 17
                      },
                      "end": {
                        "line": 9,
                        "column": 28
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 295,
                      "end": 299,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 17
                        },
                        "end": {
                          "line": 9,
                          "column": 21
                        }
                      },
                      "name": "item"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 300,
                      "end": 306,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 22
                        },
                        "end": {
                          "line": 9,
                          "column": 28
                        }
                      },
                      "name": "groups"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let",
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create mesh",
                  "start": 315,
                  "end": 329,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 4
                    },
                    "end": {
                      "line": 11,
                      "column": 18
                    }
                  },
                  "range": [
                    315,
                    329
                  ]
                }
              ]
            },
            {
              "type": "VariableDeclaration",
              "start": 335,
              "end": 371,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 40
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 339,
                  "end": 370,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 8
                    },
                    "end": {
                      "line": 12,
                      "column": 39
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 339,
                    "end": 343,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 8
                      },
                      "end": {
                        "line": 12,
                        "column": 12
                      }
                    },
                    "name": "mesh",
                    "leadingComments": null
                  },
                  "init": {
                    "type": "NewExpression",
                    "start": 346,
                    "end": 370,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 15
                      },
                      "end": {
                        "line": 12,
                        "column": 39
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 350,
                      "end": 368,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 19
                        },
                        "end": {
                          "line": 12,
                          "column": 37
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 350,
                        "end": 355,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 19
                          },
                          "end": {
                            "line": 12,
                            "column": 24
                          }
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 356,
                        "end": 368,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 25
                          },
                          "end": {
                            "line": 12,
                            "column": 37
                          }
                        },
                        "name": "LineSegments"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "leadingComments": null
                }
              ],
              "kind": "let",
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create mesh",
                  "start": 315,
                  "end": 329,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 4
                    },
                    "end": {
                      "line": 11,
                      "column": 18
                    }
                  },
                  "range": [
                    315,
                    329
                  ]
                }
              ]
            },
            {
              "type": "ExpressionStatement",
              "start": 377,
              "end": 417,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 44
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 377,
                "end": 416,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 4
                  },
                  "end": {
                    "line": 13,
                    "column": 43
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 377,
                  "end": 389,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4
                    },
                    "end": {
                      "line": 13,
                      "column": 16
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 377,
                    "end": 381,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 8
                      }
                    },
                    "name": "mesh"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 382,
                    "end": 389,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 9
                      },
                      "end": {
                        "line": 13,
                        "column": 16
                      }
                    },
                    "name": "visible"
                  },
                  "computed": false
                },
                "right": {
                  "type": "BinaryExpression",
                  "start": 392,
                  "end": 416,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 19
                    },
                    "end": {
                      "line": 13,
                      "column": 43
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 392,
                    "end": 410,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 19
                      },
                      "end": {
                        "line": 13,
                        "column": 37
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 392,
                      "end": 402,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 19
                        },
                        "end": {
                          "line": 13,
                          "column": 29
                        }
                      },
                      "name": "attributes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 403,
                      "end": 410,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 30
                        },
                        "end": {
                          "line": 13,
                          "column": 37
                        }
                      },
                      "name": "visible"
                    },
                    "computed": false
                  },
                  "operator": "===",
                  "right": {
                    "type": "Literal",
                    "start": 415,
                    "end": 416,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 42
                      },
                      "end": {
                        "line": 13,
                        "column": 43
                      }
                    },
                    "value": 1,
                    "rawValue": 1,
                    "raw": "1"
                  }
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 423,
              "end": 542,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 123
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 423,
                "end": 541,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 4
                  },
                  "end": {
                    "line": 14,
                    "column": 122
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 423,
                  "end": 439,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 4
                    },
                    "end": {
                      "line": 14,
                      "column": 20
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 423,
                    "end": 427,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 8
                      }
                    },
                    "name": "mesh"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 428,
                    "end": 439,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 9
                      },
                      "end": {
                        "line": 14,
                        "column": 20
                      }
                    },
                    "name": "renderOrder"
                  },
                  "computed": false
                },
                "right": {
                  "type": "ConditionalExpression",
                  "start": 442,
                  "end": 541,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 23
                    },
                    "end": {
                      "line": 14,
                      "column": 122
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 442,
                    "end": 498,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 23
                      },
                      "end": {
                        "line": 14,
                        "column": 79
                      }
                    },
                    "left": {
                      "type": "UnaryExpression",
                      "start": 442,
                      "end": 482,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 23
                        },
                        "end": {
                          "line": 14,
                          "column": 63
                        }
                      },
                      "operator": "typeof",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 449,
                        "end": 482,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 30
                          },
                          "end": {
                            "line": 14,
                            "column": 63
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 449,
                          "end": 469,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 30
                            },
                            "end": {
                              "line": 14,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 449,
                            "end": 457,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 30
                              },
                              "end": {
                                "line": 14,
                                "column": 38
                              }
                            },
                            "name": "Defaults"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 458,
                            "end": 469,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 39
                              },
                              "end": {
                                "line": 14,
                                "column": 50
                              }
                            },
                            "name": "renderOrder"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 470,
                          "end": 482,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 51
                            },
                            "end": {
                              "line": 14,
                              "column": 63
                            }
                          },
                          "name": "LineSegments"
                        },
                        "computed": false
                      }
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Literal",
                      "start": 487,
                      "end": 498,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 68
                        },
                        "end": {
                          "line": 14,
                          "column": 79
                        }
                      },
                      "value": "undefined",
                      "rawValue": "undefined",
                      "raw": "\"undefined\""
                    }
                  },
                  "consequent": {
                    "type": "MemberExpression",
                    "start": 502,
                    "end": 535,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 83
                      },
                      "end": {
                        "line": 14,
                        "column": 116
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 502,
                      "end": 522,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 83
                        },
                        "end": {
                          "line": 14,
                          "column": 103
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 502,
                        "end": 510,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 83
                          },
                          "end": {
                            "line": 14,
                            "column": 91
                          }
                        },
                        "name": "Defaults"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 511,
                        "end": 522,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 92
                          },
                          "end": {
                            "line": 14,
                            "column": 103
                          }
                        },
                        "name": "renderOrder"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 523,
                      "end": 535,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 104
                        },
                        "end": {
                          "line": 14,
                          "column": 116
                        }
                      },
                      "name": "LineSegments"
                    },
                    "computed": false
                  },
                  "alternate": {
                    "type": "Literal",
                    "start": 538,
                    "end": 541,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 119
                      },
                      "end": {
                        "line": 14,
                        "column": 122
                      }
                    },
                    "value": 100,
                    "rawValue": 100,
                    "raw": "100"
                  }
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 548,
              "end": 638,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 4
                },
                "end": {
                  "line": 15,
                  "column": 94
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 548,
                "end": 637,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 4
                  },
                  "end": {
                    "line": 15,
                    "column": 93
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 548,
                  "end": 561,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 15,
                      "column": 17
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 548,
                    "end": 552,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 8
                      }
                    },
                    "name": "mesh"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 553,
                    "end": 561,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 9
                      },
                      "end": {
                        "line": 15,
                        "column": 17
                      }
                    },
                    "name": "userData"
                  },
                  "computed": false
                },
                "right": {
                  "type": "ObjectExpression",
                  "start": 564,
                  "end": 637,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 20
                    },
                    "end": {
                      "line": 15,
                      "column": 93
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 566,
                      "end": 571,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 22
                        },
                        "end": {
                          "line": 15,
                          "column": 27
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 566,
                        "end": 568,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 22
                          },
                          "end": {
                            "line": 15,
                            "column": 24
                          }
                        },
                        "name": "id"
                      },
                      "value": {
                        "type": "Literal",
                        "start": 570,
                        "end": 571,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 26
                          },
                          "end": {
                            "line": 15,
                            "column": 27
                          }
                        },
                        "value": 0,
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 573,
                      "end": 596,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 29
                        },
                        "end": {
                          "line": 15,
                          "column": 52
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 573,
                        "end": 581,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 29
                          },
                          "end": {
                            "line": 15,
                            "column": 37
                          }
                        },
                        "name": "parentId"
                      },
                      "value": {
                        "type": "MemberExpression",
                        "start": 583,
                        "end": 596,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 39
                          },
                          "end": {
                            "line": 15,
                            "column": 52
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 583,
                          "end": 593,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 39
                            },
                            "end": {
                              "line": 15,
                              "column": 49
                            }
                          },
                          "name": "attributes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 594,
                          "end": 596,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 50
                            },
                            "end": {
                              "line": 15,
                              "column": 52
                            }
                          },
                          "name": "id"
                        },
                        "computed": false
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 598,
                      "end": 635,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 54
                        },
                        "end": {
                          "line": 15,
                          "column": 91
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 598,
                        "end": 602,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 54
                          },
                          "end": {
                            "line": 15,
                            "column": 58
                          }
                        },
                        "name": "refs"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 604,
                        "end": 635,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 60
                          },
                          "end": {
                            "line": 15,
                            "column": 91
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 604,
                          "end": 614,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 60
                            },
                            "end": {
                              "line": 15,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 604,
                            "end": 610,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 60
                              },
                              "end": {
                                "line": 15,
                                "column": 66
                              }
                            },
                            "name": "groups"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 611,
                            "end": 614,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 67
                              },
                              "end": {
                                "line": 15,
                                "column": 70
                              }
                            },
                            "name": "map"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 615,
                            "end": 634,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 71
                              },
                              "end": {
                                "line": 15,
                                "column": 90
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 615,
                                "end": 620,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 76
                                  }
                                },
                                "name": "group"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 624,
                              "end": 634,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 80
                                },
                                "end": {
                                  "line": 15,
                                  "column": 90
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 624,
                                "end": 629,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 80
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 85
                                  }
                                },
                                "name": "group"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 630,
                                "end": 634,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 90
                                  }
                                },
                                "name": "meta"
                              },
                              "computed": false
                            }
                          }
                        ]
                      },
                      "kind": "init"
                    }
                  ]
                }
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create geometry",
                  "start": 646,
                  "end": 664,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 4
                    },
                    "end": {
                      "line": 17,
                      "column": 22
                    }
                  },
                  "range": [
                    646,
                    664
                  ]
                }
              ]
            },
            {
              "type": "ExpressionStatement",
              "start": 670,
              "end": 713,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 4
                },
                "end": {
                  "line": 18,
                  "column": 47
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 670,
                "end": 712,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 4
                  },
                  "end": {
                    "line": 18,
                    "column": 46
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 670,
                  "end": 683,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 4
                    },
                    "end": {
                      "line": 18,
                      "column": 17
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 670,
                    "end": 674,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 18,
                        "column": 8
                      }
                    },
                    "name": "mesh",
                    "leadingComments": null
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 675,
                    "end": 683,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 9
                      },
                      "end": {
                        "line": 18,
                        "column": 17
                      }
                    },
                    "name": "geometry"
                  },
                  "computed": false,
                  "leadingComments": null
                },
                "right": {
                  "type": "NewExpression",
                  "start": 686,
                  "end": 712,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 20
                    },
                    "end": {
                      "line": 18,
                      "column": 46
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 690,
                    "end": 710,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 24
                      },
                      "end": {
                        "line": 18,
                        "column": 44
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 690,
                      "end": 695,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 24
                        },
                        "end": {
                          "line": 18,
                          "column": 29
                        }
                      },
                      "name": "THREE"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 696,
                      "end": 710,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 30
                        },
                        "end": {
                          "line": 18,
                          "column": 44
                        }
                      },
                      "name": "BufferGeometry"
                    },
                    "computed": false
                  },
                  "arguments": []
                },
                "leadingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create geometry",
                  "start": 646,
                  "end": 664,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 4
                    },
                    "end": {
                      "line": 17,
                      "column": 22
                    }
                  },
                  "range": [
                    646,
                    664
                  ]
                }
              ]
            },
            {
              "type": "ExpressionStatement",
              "start": 719,
              "end": 803,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 4
                },
                "end": {
                  "line": 19,
                  "column": 88
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 719,
                "end": 802,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4
                  },
                  "end": {
                    "line": 19,
                    "column": 87
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 719,
                  "end": 745,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 30
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 719,
                    "end": 732,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 719,
                      "end": 723,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 8
                        }
                      },
                      "name": "mesh"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 724,
                      "end": 732,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 9
                        },
                        "end": {
                          "line": 19,
                          "column": 17
                        }
                      },
                      "name": "geometry"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 733,
                    "end": 745,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 18
                      },
                      "end": {
                        "line": 19,
                        "column": 30
                      }
                    },
                    "name": "addAttribute"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Literal",
                    "start": 746,
                    "end": 756,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 31
                      },
                      "end": {
                        "line": 19,
                        "column": 41
                      }
                    },
                    "value": "position",
                    "rawValue": "position",
                    "raw": "'position'"
                  },
                  {
                    "type": "NewExpression",
                    "start": 758,
                    "end": 801,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 43
                      },
                      "end": {
                        "line": 19,
                        "column": 86
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 762,
                      "end": 783,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 47
                        },
                        "end": {
                          "line": 19,
                          "column": 68
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 762,
                        "end": 767,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 47
                          },
                          "end": {
                            "line": 19,
                            "column": 52
                          }
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 768,
                        "end": 783,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 53
                          },
                          "end": {
                            "line": 19,
                            "column": 68
                          }
                        },
                        "name": "BufferAttribute"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "MemberExpression",
                        "start": 784,
                        "end": 797,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 69
                          },
                          "end": {
                            "line": 19,
                            "column": 82
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 784,
                          "end": 788,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 69
                            },
                            "end": {
                              "line": 19,
                              "column": 73
                            }
                          },
                          "name": "item"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 789,
                          "end": 797,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 74
                            },
                            "end": {
                              "line": 19,
                              "column": 82
                            }
                          },
                          "name": "vertices"
                        },
                        "computed": false
                      },
                      {
                        "type": "Literal",
                        "start": 799,
                        "end": 800,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 84
                          },
                          "end": {
                            "line": 19,
                            "column": 85
                          }
                        },
                        "value": 3,
                        "rawValue": 3,
                        "raw": "3"
                      }
                    ]
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 809,
              "end": 835,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 20,
                  "column": 30
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 809,
                "end": 834,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 29
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 809,
                  "end": 829,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 4
                    },
                    "end": {
                      "line": 20,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 809,
                    "end": 822,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 4
                      },
                      "end": {
                        "line": 20,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 809,
                      "end": 813,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 8
                        }
                      },
                      "name": "mesh"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 814,
                      "end": 822,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 9
                        },
                        "end": {
                          "line": 20,
                          "column": 17
                        }
                      },
                      "name": "geometry"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 823,
                    "end": 829,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 18
                      },
                      "end": {
                        "line": 20,
                        "column": 24
                      }
                    },
                    "name": "groups"
                  },
                  "computed": false
                },
                "right": {
                  "type": "ArrayExpression",
                  "start": 832,
                  "end": 834,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 27
                    },
                    "end": {
                      "line": 20,
                      "column": 29
                    }
                  },
                  "elements": []
                }
              }
            },
            {
              "type": "IfStatement",
              "start": 843,
              "end": 1726,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 4
                },
                "end": {
                  "line": 48,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 847,
                "end": 883,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 8
                  },
                  "end": {
                    "line": 22,
                    "column": 44
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 847,
                  "end": 871,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 8
                    },
                    "end": {
                      "line": 22,
                      "column": 32
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 847,
                    "end": 862,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 8
                      },
                      "end": {
                        "line": 22,
                        "column": 23
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 847,
                      "end": 854,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 15
                        }
                      },
                      "name": "context"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 855,
                      "end": 862,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 16
                        },
                        "end": {
                          "line": 22,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 863,
                    "end": 871,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 24
                      },
                      "end": {
                        "line": 22,
                        "column": 32
                      }
                    },
                    "name": "material"
                  },
                  "computed": false
                },
                "operator": "===",
                "right": {
                  "type": "Literal",
                  "start": 876,
                  "end": 883,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 37
                    },
                    "end": {
                      "line": 22,
                      "column": 44
                    }
                  },
                  "value": "multi",
                  "rawValue": "multi",
                  "raw": "'multi'"
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 885,
                "end": 1483,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 46
                  },
                  "end": {
                    "line": 39,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 898,
                    "end": 1474,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 8
                      },
                      "end": {
                        "line": 37,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 898,
                      "end": 1473,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 11
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 898,
                        "end": 911,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 898,
                          "end": 902,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 903,
                          "end": 911,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 13
                            },
                            "end": {
                              "line": 24,
                              "column": 21
                            }
                          },
                          "name": "material"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 914,
                        "end": 1473,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 24
                          },
                          "end": {
                            "line": 37,
                            "column": 11
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 918,
                          "end": 937,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 28
                            },
                            "end": {
                              "line": 24,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 918,
                            "end": 923,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 28
                              },
                              "end": {
                                "line": 24,
                                "column": 33
                              }
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 924,
                            "end": 937,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 34
                              },
                              "end": {
                                "line": 24,
                                "column": 47
                              }
                            },
                            "name": "MultiMaterial"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 938,
                            "end": 1472,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 48
                              },
                              "end": {
                                "line": 37,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 938,
                              "end": 948,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 48
                                },
                                "end": {
                                  "line": 24,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 938,
                                "end": 944,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 54
                                  }
                                },
                                "name": "groups"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 945,
                                "end": 948,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 58
                                  }
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 949,
                                "end": 1471,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 9
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 949,
                                    "end": 954,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 64
                                      }
                                    },
                                    "name": "group"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 958,
                                  "end": 1471,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 973,
                                      "end": 1000,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 39
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 973,
                                        "end": 999,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 38
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 973,
                                          "end": 987,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 26
                                            }
                                          },
                                          "name": "convertVectors"
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 988,
                                            "end": 998,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 988,
                                              "end": 993,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 32
                                                }
                                              },
                                              "name": "group"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 994,
                                              "end": 998,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 37
                                                }
                                              },
                                              "name": "meta"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1014,
                                      "end": 1138,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 136
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1014,
                                        "end": 1137,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 135
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1014,
                                          "end": 1039,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1014,
                                            "end": 1034,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1014,
                                              "end": 1027,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 25
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1014,
                                                "end": 1018,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 16
                                                  }
                                                },
                                                "name": "mesh"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1019,
                                                "end": 1027,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 25
                                                  }
                                                },
                                                "name": "geometry"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1028,
                                              "end": 1034,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 32
                                                }
                                              },
                                              "name": "groups"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1035,
                                            "end": 1039,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 37
                                              }
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1040,
                                            "end": 1136,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 134
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1042,
                                                "end": 1064,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 62
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1042,
                                                  "end": 1047,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "start"
                                                },
                                                "value": {
                                                  "type": "BinaryExpression",
                                                  "start": 1049,
                                                  "end": 1064,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 62
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1049,
                                                    "end": 1060,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 58
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1049,
                                                      "end": 1054,
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 52
                                                        }
                                                      },
                                                      "name": "group"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1055,
                                                      "end": 1060,
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "start"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "/",
                                                  "right": {
                                                    "type": "Literal",
                                                    "start": 1063,
                                                    "end": 1064,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 62
                                                      }
                                                    },
                                                    "value": 3,
                                                    "rawValue": 3,
                                                    "raw": "3"
                                                  }
                                                },
                                                "kind": "init"
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1066,
                                                "end": 1088,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 86
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1066,
                                                  "end": 1071,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "count"
                                                },
                                                "value": {
                                                  "type": "BinaryExpression",
                                                  "start": 1073,
                                                  "end": 1088,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 86
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1073,
                                                    "end": 1084,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 82
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1073,
                                                      "end": 1078,
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 76
                                                        }
                                                      },
                                                      "name": "group"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1079,
                                                      "end": 1084,
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 77
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 82
                                                        }
                                                      },
                                                      "name": "count"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "/",
                                                  "right": {
                                                    "type": "Literal",
                                                    "start": 1087,
                                                    "end": 1088,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 85
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 86
                                                      }
                                                    },
                                                    "value": 3,
                                                    "rawValue": 3,
                                                    "raw": "3"
                                                  }
                                                },
                                                "kind": "init"
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1090,
                                                "end": 1116,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 114
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1090,
                                                  "end": 1103,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 101
                                                    }
                                                  },
                                                  "name": "materialIndex"
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "start": 1105,
                                                  "end": 1116,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 103
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 114
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1105,
                                                    "end": 1110,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 103
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 108
                                                      }
                                                    },
                                                    "name": "group"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1111,
                                                    "end": 1116,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 109
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 114
                                                      }
                                                    },
                                                    "name": "index"
                                                  },
                                                  "computed": false
                                                },
                                                "kind": "init"
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1118,
                                                "end": 1134,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 116
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 132
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1118,
                                                  "end": 1122,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 116
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 120
                                                    }
                                                  },
                                                  "name": "meta"
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "start": 1124,
                                                  "end": 1134,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 122
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 132
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1124,
                                                    "end": 1129,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 122
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 127
                                                      }
                                                    },
                                                    "name": "group"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1130,
                                                    "end": 1134,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 128
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 132
                                                      }
                                                    },
                                                    "name": "meta"
                                                  },
                                                  "computed": false
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 1152,
                                      "end": 1350,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 15
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 1156,
                                          "end": 1349,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 14
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 1156,
                                            "end": 1164,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 24
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "init": {
                                            "type": "NewExpression",
                                            "start": 1167,
                                            "end": 1349,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 14
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1171,
                                              "end": 1194,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1171,
                                                "end": 1176,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 36
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1177,
                                                "end": 1194,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 54
                                                  }
                                                },
                                                "name": "LineBasicMaterial"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 1195,
                                                "end": 1348,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 13
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 1214,
                                                    "end": 1239,
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 41
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 1214,
                                                      "end": 1219,
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 21
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "value": {
                                                      "type": "NewExpression",
                                                      "start": 1221,
                                                      "end": 1239,
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 41
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1225,
                                                        "end": 1236,
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 38
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1225,
                                                          "end": 1230,
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 32
                                                            }
                                                          },
                                                          "name": "THREE"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1231,
                                                          "end": 1236,
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 38
                                                            }
                                                          },
                                                          "name": "Color"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "start": 1237,
                                                          "end": 1238,
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 40
                                                            }
                                                          },
                                                          "value": 0,
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        }
                                                      ]
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 1258,
                                                    "end": 1268,
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 26
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 1258,
                                                      "end": 1265,
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "opacity"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 1267,
                                                      "end": 1268,
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 26
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 1287,
                                                    "end": 1304,
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 33
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 1287,
                                                      "end": 1298,
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 27
                                                        }
                                                      },
                                                      "name": "transparent"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 1300,
                                                      "end": 1304,
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 33
                                                        }
                                                      },
                                                      "value": true,
                                                      "rawValue": true,
                                                      "raw": "true"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 1323,
                                                    "end": 1333,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 26
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 1323,
                                                      "end": 1326,
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 19
                                                        }
                                                      },
                                                      "name": "fog"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 1328,
                                                      "end": 1333,
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 26
                                                        }
                                                      },
                                                      "value": false,
                                                      "rawValue": false,
                                                      "raw": "false"
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1366,
                                      "end": 1393,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 39
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1366,
                                        "end": 1392,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 38
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1366,
                                          "end": 1379,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 25
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1366,
                                            "end": 1374,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 20
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1375,
                                            "end": 1379,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 25
                                              }
                                            },
                                            "name": "meta"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 1382,
                                          "end": 1392,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1382,
                                            "end": 1387,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 33
                                              }
                                            },
                                            "name": "group"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1388,
                                            "end": 1392,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 38
                                              }
                                            },
                                            "name": "meta"
                                          },
                                          "computed": false
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1407,
                                      "end": 1430,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 35
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1407,
                                        "end": 1429,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 34
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1407,
                                          "end": 1422,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1407,
                                            "end": 1415,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 20
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1416,
                                            "end": 1422,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 27
                                              }
                                            },
                                            "name": "parent"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1425,
                                          "end": 1429,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 34
                                            }
                                          },
                                          "name": "mesh"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 1444,
                                      "end": 1460,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 28
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 1451,
                                        "end": 1459,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 27
                                          }
                                        },
                                        "name": "material"
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  }
                ]
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 1489,
                "end": 1726,
                "loc": {
                  "start": {
                    "line": 39,
                    "column": 11
                  },
                  "end": {
                    "line": 48,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1502,
                    "end": 1681,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 8
                      },
                      "end": {
                        "line": 46,
                        "column": 11
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1502,
                      "end": 1680,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 10
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1502,
                        "end": 1515,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 41,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1502,
                          "end": 1506,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1507,
                          "end": 1515,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 13
                            },
                            "end": {
                              "line": 41,
                              "column": 21
                            }
                          },
                          "name": "material"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 1518,
                        "end": 1680,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 24
                          },
                          "end": {
                            "line": 46,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1522,
                          "end": 1545,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 28
                            },
                            "end": {
                              "line": 41,
                              "column": 51
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1522,
                            "end": 1527,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 28
                              },
                              "end": {
                                "line": 41,
                                "column": 33
                              }
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1528,
                            "end": 1545,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 34
                              },
                              "end": {
                                "line": 41,
                                "column": 51
                              }
                            },
                            "name": "LineBasicMaterial"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1546,
                            "end": 1679,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 52
                              },
                              "end": {
                                "line": 46,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1561,
                                "end": 1586,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 37
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1561,
                                  "end": 1566,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 17
                                    }
                                  },
                                  "name": "color"
                                },
                                "value": {
                                  "type": "NewExpression",
                                  "start": 1568,
                                  "end": 1586,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1572,
                                    "end": 1583,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1572,
                                      "end": 1577,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 28
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1578,
                                      "end": 1583,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 34
                                        }
                                      },
                                      "name": "Color"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 1584,
                                      "end": 1585,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 36
                                        }
                                      },
                                      "value": 0,
                                      "rawValue": 0,
                                      "raw": "0"
                                    }
                                  ]
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1601,
                                "end": 1611,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 22
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1601,
                                  "end": 1608,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 19
                                    }
                                  },
                                  "name": "opacity"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1610,
                                  "end": 1611,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 22
                                    }
                                  },
                                  "value": 1,
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1626,
                                "end": 1643,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 29
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1626,
                                  "end": 1637,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 23
                                    }
                                  },
                                  "name": "transparent"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1639,
                                  "end": 1643,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 29
                                    }
                                  },
                                  "value": true,
                                  "rawValue": true,
                                  "raw": "true"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1658,
                                "end": 1668,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 22
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1658,
                                  "end": 1661,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 15
                                    }
                                  },
                                  "name": "fog"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1663,
                                  "end": 1668,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 22
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1691,
                    "end": 1719,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 8
                      },
                      "end": {
                        "line": 47,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1691,
                      "end": 1718,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 35
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1691,
                        "end": 1711,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1691,
                          "end": 1704,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1691,
                            "end": 1695,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 12
                              }
                            },
                            "name": "mesh"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1696,
                            "end": 1704,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 13
                              },
                              "end": {
                                "line": 47,
                                "column": 21
                              }
                            },
                            "name": "material"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1705,
                          "end": 1711,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 22
                            },
                            "end": {
                              "line": 47,
                              "column": 28
                            }
                          },
                          "name": "parent"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1714,
                        "end": 1718,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 31
                          },
                          "end": {
                            "line": 47,
                            "column": 35
                          }
                        },
                        "name": "mesh"
                      }
                    }
                  }
                ]
              }
            },
            {
              "type": "ReturnStatement",
              "start": 1734,
              "end": 1776,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 4
                },
                "end": {
                  "line": 50,
                  "column": 46
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 1741,
                "end": 1775,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 11
                  },
                  "end": {
                    "line": 50,
                    "column": 45
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 1741,
                  "end": 1749,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 11
                    },
                    "end": {
                      "line": 50,
                      "column": 19
                    }
                  },
                  "name": "finalize"
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 1750,
                    "end": 1754,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 20
                      },
                      "end": {
                        "line": 50,
                        "column": 24
                      }
                    },
                    "name": "mesh"
                  },
                  {
                    "type": "Identifier",
                    "start": 1756,
                    "end": 1766,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 26
                      },
                      "end": {
                        "line": 50,
                        "column": 36
                      }
                    },
                    "name": "attributes"
                  },
                  {
                    "type": "Identifier",
                    "start": 1768,
                    "end": 1774,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 38
                      },
                      "end": {
                        "line": 50,
                        "column": 44
                      }
                    },
                    "name": "groups"
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 1783,
      "end": 5117,
      "loc": {
        "start": {
          "line": 53,
          "column": 0
        },
        "end": {
          "line": 145,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 1790,
        "end": 5117,
        "loc": {
          "start": {
            "line": 53,
            "column": 7
          },
          "end": {
            "line": 145,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1799,
          "end": 1808,
          "loc": {
            "start": {
              "line": 53,
              "column": 16
            },
            "end": {
              "line": 53,
              "column": 25
            }
          },
          "name": "parseMesh"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 1809,
            "end": 1819,
            "loc": {
              "start": {
                "line": 53,
                "column": 26
              },
              "end": {
                "line": 53,
                "column": 36
              }
            },
            "name": "attributes"
          },
          {
            "type": "Identifier",
            "start": 1821,
            "end": 1828,
            "loc": {
              "start": {
                "line": 53,
                "column": 38
              },
              "end": {
                "line": 53,
                "column": 45
              }
            },
            "name": "context"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 1830,
          "end": 5117,
          "loc": {
            "start": {
              "line": 53,
              "column": 47
            },
            "end": {
              "line": 145,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 1837,
              "end": 1865,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 32
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1841,
                  "end": 1864,
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 8
                    },
                    "end": {
                      "line": 54,
                      "column": 31
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1841,
                    "end": 1847,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 8
                      },
                      "end": {
                        "line": 54,
                        "column": 14
                      }
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 1850,
                    "end": 1864,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 17
                      },
                      "end": {
                        "line": 54,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1850,
                      "end": 1857,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 17
                        },
                        "end": {
                          "line": 54,
                          "column": 24
                        }
                      },
                      "name": "context"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1858,
                      "end": 1864,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 25
                        },
                        "end": {
                          "line": 54,
                          "column": 31
                        }
                      },
                      "name": "models"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 1871,
              "end": 1901,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 4
                },
                "end": {
                  "line": 55,
                  "column": 34
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1875,
                  "end": 1900,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 8
                    },
                    "end": {
                      "line": 55,
                      "column": 33
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1875,
                    "end": 1882,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 8
                      },
                      "end": {
                        "line": 55,
                        "column": 15
                      }
                    },
                    "name": "options"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 1885,
                    "end": 1900,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 18
                      },
                      "end": {
                        "line": 55,
                        "column": 33
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1885,
                      "end": 1892,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 18
                        },
                        "end": {
                          "line": 55,
                          "column": 25
                        }
                      },
                      "name": "context"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1893,
                      "end": 1900,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 26
                        },
                        "end": {
                          "line": 55,
                          "column": 33
                        }
                      },
                      "name": "options"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 1907,
              "end": 1934,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 4
                },
                "end": {
                  "line": 56,
                  "column": 31
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1911,
                  "end": 1933,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 8
                    },
                    "end": {
                      "line": 56,
                      "column": 30
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1911,
                    "end": 1915,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 8
                      },
                      "end": {
                        "line": 56,
                        "column": 12
                      }
                    },
                    "name": "item"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 1918,
                    "end": 1933,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 15
                      },
                      "end": {
                        "line": 56,
                        "column": 30
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1918,
                      "end": 1928,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 15
                        },
                        "end": {
                          "line": 56,
                          "column": 25
                        }
                      },
                      "name": "attributes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1929,
                      "end": 1933,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 26
                        },
                        "end": {
                          "line": 56,
                          "column": 30
                        }
                      },
                      "name": "mesh"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 1940,
              "end": 1965,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 4
                },
                "end": {
                  "line": 57,
                  "column": 29
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1944,
                  "end": 1964,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 8
                    },
                    "end": {
                      "line": 57,
                      "column": 28
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1944,
                    "end": 1950,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 8
                      },
                      "end": {
                        "line": 57,
                        "column": 14
                      }
                    },
                    "name": "groups"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 1953,
                    "end": 1964,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 17
                      },
                      "end": {
                        "line": 57,
                        "column": 28
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1953,
                      "end": 1957,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 17
                        },
                        "end": {
                          "line": 57,
                          "column": 21
                        }
                      },
                      "name": "item"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1958,
                      "end": 1964,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 22
                        },
                        "end": {
                          "line": 57,
                          "column": 28
                        }
                      },
                      "name": "groups"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "let",
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create mesh",
                  "start": 1973,
                  "end": 1987,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 4
                    },
                    "end": {
                      "line": 59,
                      "column": 18
                    }
                  },
                  "range": [
                    1973,
                    1987
                  ]
                }
              ]
            },
            {
              "type": "VariableDeclaration",
              "start": 1993,
              "end": 2021,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 32
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1997,
                  "end": 2020,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 8
                    },
                    "end": {
                      "line": 60,
                      "column": 31
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1997,
                    "end": 2001,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 8
                      },
                      "end": {
                        "line": 60,
                        "column": 12
                      }
                    },
                    "name": "mesh",
                    "leadingComments": null
                  },
                  "init": {
                    "type": "NewExpression",
                    "start": 2004,
                    "end": 2020,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 15
                      },
                      "end": {
                        "line": 60,
                        "column": 31
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2008,
                      "end": 2018,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 19
                        },
                        "end": {
                          "line": 60,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2008,
                        "end": 2013,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 19
                          },
                          "end": {
                            "line": 60,
                            "column": 24
                          }
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2014,
                        "end": 2018,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 25
                          },
                          "end": {
                            "line": 60,
                            "column": 29
                          }
                        },
                        "name": "Mesh"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "leadingComments": null
                }
              ],
              "kind": "let",
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create mesh",
                  "start": 1973,
                  "end": 1987,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 4
                    },
                    "end": {
                      "line": 59,
                      "column": 18
                    }
                  },
                  "range": [
                    1973,
                    1987
                  ]
                }
              ]
            },
            {
              "type": "ExpressionStatement",
              "start": 2027,
              "end": 2067,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 61,
                  "column": 44
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 2027,
                "end": 2066,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 43
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 2027,
                  "end": 2039,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 4
                    },
                    "end": {
                      "line": 61,
                      "column": 16
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 2027,
                    "end": 2031,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 8
                      }
                    },
                    "name": "mesh"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2032,
                    "end": 2039,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 9
                      },
                      "end": {
                        "line": 61,
                        "column": 16
                      }
                    },
                    "name": "visible"
                  },
                  "computed": false
                },
                "right": {
                  "type": "BinaryExpression",
                  "start": 2042,
                  "end": 2066,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 19
                    },
                    "end": {
                      "line": 61,
                      "column": 43
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 2042,
                    "end": 2060,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 19
                      },
                      "end": {
                        "line": 61,
                        "column": 37
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2042,
                      "end": 2052,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 19
                        },
                        "end": {
                          "line": 61,
                          "column": 29
                        }
                      },
                      "name": "attributes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2053,
                      "end": 2060,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 30
                        },
                        "end": {
                          "line": 61,
                          "column": 37
                        }
                      },
                      "name": "visible"
                    },
                    "computed": false
                  },
                  "operator": "===",
                  "right": {
                    "type": "Literal",
                    "start": 2065,
                    "end": 2066,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 42
                      },
                      "end": {
                        "line": 61,
                        "column": 43
                      }
                    },
                    "value": 1,
                    "rawValue": 1,
                    "raw": "1"
                  }
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 2073,
              "end": 2175,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 106
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 2073,
                "end": 2174,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 105
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 2073,
                  "end": 2089,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 20
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 2073,
                    "end": 2077,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 62,
                        "column": 8
                      }
                    },
                    "name": "mesh"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2078,
                    "end": 2089,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 9
                      },
                      "end": {
                        "line": 62,
                        "column": 20
                      }
                    },
                    "name": "renderOrder"
                  },
                  "computed": false
                },
                "right": {
                  "type": "ConditionalExpression",
                  "start": 2092,
                  "end": 2174,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 23
                    },
                    "end": {
                      "line": 62,
                      "column": 105
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 2092,
                    "end": 2140,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 23
                      },
                      "end": {
                        "line": 62,
                        "column": 71
                      }
                    },
                    "left": {
                      "type": "UnaryExpression",
                      "start": 2092,
                      "end": 2124,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 23
                        },
                        "end": {
                          "line": 62,
                          "column": 55
                        }
                      },
                      "operator": "typeof",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2099,
                        "end": 2124,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 30
                          },
                          "end": {
                            "line": 62,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2099,
                          "end": 2119,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 30
                            },
                            "end": {
                              "line": 62,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2099,
                            "end": 2107,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 30
                              },
                              "end": {
                                "line": 62,
                                "column": 38
                              }
                            },
                            "name": "Defaults"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2108,
                            "end": 2119,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 39
                              },
                              "end": {
                                "line": 62,
                                "column": 50
                              }
                            },
                            "name": "renderOrder"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2120,
                          "end": 2124,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 51
                            },
                            "end": {
                              "line": 62,
                              "column": 55
                            }
                          },
                          "name": "Mesh"
                        },
                        "computed": false
                      }
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Literal",
                      "start": 2129,
                      "end": 2140,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 60
                        },
                        "end": {
                          "line": 62,
                          "column": 71
                        }
                      },
                      "value": "undefined",
                      "rawValue": "undefined",
                      "raw": "\"undefined\""
                    }
                  },
                  "consequent": {
                    "type": "MemberExpression",
                    "start": 2144,
                    "end": 2169,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 75
                      },
                      "end": {
                        "line": 62,
                        "column": 100
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2144,
                      "end": 2164,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 75
                        },
                        "end": {
                          "line": 62,
                          "column": 95
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2144,
                        "end": 2152,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 75
                          },
                          "end": {
                            "line": 62,
                            "column": 83
                          }
                        },
                        "name": "Defaults"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2153,
                        "end": 2164,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 84
                          },
                          "end": {
                            "line": 62,
                            "column": 95
                          }
                        },
                        "name": "renderOrder"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2165,
                      "end": 2169,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 96
                        },
                        "end": {
                          "line": 62,
                          "column": 100
                        }
                      },
                      "name": "Mesh"
                    },
                    "computed": false
                  },
                  "alternate": {
                    "type": "Literal",
                    "start": 2173,
                    "end": 2174,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 104
                      },
                      "end": {
                        "line": 62,
                        "column": 105
                      }
                    },
                    "value": 0,
                    "rawValue": 0,
                    "raw": "0"
                  }
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 2181,
              "end": 2271,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 4
                },
                "end": {
                  "line": 63,
                  "column": 94
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 2181,
                "end": 2270,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 4
                  },
                  "end": {
                    "line": 63,
                    "column": 93
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 2181,
                  "end": 2194,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 4
                    },
                    "end": {
                      "line": 63,
                      "column": 17
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 2181,
                    "end": 2185,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 8
                      }
                    },
                    "name": "mesh"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2186,
                    "end": 2194,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 9
                      },
                      "end": {
                        "line": 63,
                        "column": 17
                      }
                    },
                    "name": "userData"
                  },
                  "computed": false
                },
                "right": {
                  "type": "ObjectExpression",
                  "start": 2197,
                  "end": 2270,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 20
                    },
                    "end": {
                      "line": 63,
                      "column": 93
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 2199,
                      "end": 2204,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 22
                        },
                        "end": {
                          "line": 63,
                          "column": 27
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2199,
                        "end": 2201,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 22
                          },
                          "end": {
                            "line": 63,
                            "column": 24
                          }
                        },
                        "name": "id"
                      },
                      "value": {
                        "type": "Literal",
                        "start": 2203,
                        "end": 2204,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 26
                          },
                          "end": {
                            "line": 63,
                            "column": 27
                          }
                        },
                        "value": 0,
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 2206,
                      "end": 2229,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 29
                        },
                        "end": {
                          "line": 63,
                          "column": 52
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2206,
                        "end": 2214,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 29
                          },
                          "end": {
                            "line": 63,
                            "column": 37
                          }
                        },
                        "name": "parentId"
                      },
                      "value": {
                        "type": "MemberExpression",
                        "start": 2216,
                        "end": 2229,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 39
                          },
                          "end": {
                            "line": 63,
                            "column": 52
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2216,
                          "end": 2226,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 39
                            },
                            "end": {
                              "line": 63,
                              "column": 49
                            }
                          },
                          "name": "attributes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2227,
                          "end": 2229,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 50
                            },
                            "end": {
                              "line": 63,
                              "column": 52
                            }
                          },
                          "name": "id"
                        },
                        "computed": false
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 2231,
                      "end": 2268,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 54
                        },
                        "end": {
                          "line": 63,
                          "column": 91
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2231,
                        "end": 2235,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 54
                          },
                          "end": {
                            "line": 63,
                            "column": 58
                          }
                        },
                        "name": "refs"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 2237,
                        "end": 2268,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 60
                          },
                          "end": {
                            "line": 63,
                            "column": 91
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2237,
                          "end": 2247,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 60
                            },
                            "end": {
                              "line": 63,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2237,
                            "end": 2243,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 60
                              },
                              "end": {
                                "line": 63,
                                "column": 66
                              }
                            },
                            "name": "groups"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2244,
                            "end": 2247,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 67
                              },
                              "end": {
                                "line": 63,
                                "column": 70
                              }
                            },
                            "name": "map"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2248,
                            "end": 2267,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 71
                              },
                              "end": {
                                "line": 63,
                                "column": 90
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2248,
                                "end": 2253,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 76
                                  }
                                },
                                "name": "group"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 2257,
                              "end": 2267,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 80
                                },
                                "end": {
                                  "line": 63,
                                  "column": 90
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2257,
                                "end": 2262,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 80
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 85
                                  }
                                },
                                "name": "group"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2263,
                                "end": 2267,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 90
                                  }
                                },
                                "name": "meta"
                              },
                              "computed": false
                            }
                          }
                        ]
                      },
                      "kind": "init"
                    }
                  ]
                }
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create geometry",
                  "start": 2279,
                  "end": 2297,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 4
                    },
                    "end": {
                      "line": 65,
                      "column": 22
                    }
                  },
                  "range": [
                    2279,
                    2297
                  ]
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 2303,
              "end": 4063,
              "loc": {
                "start": {
                  "line": 66,
                  "column": 4
                },
                "end": {
                  "line": 110,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 2307,
                "end": 2343,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 8
                  },
                  "end": {
                    "line": 66,
                    "column": 44
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 2307,
                  "end": 2331,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 8
                    },
                    "end": {
                      "line": 66,
                      "column": 32
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2307,
                    "end": 2322,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 8
                      },
                      "end": {
                        "line": 66,
                        "column": 23
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2307,
                      "end": 2314,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 15
                        }
                      },
                      "name": "context",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2315,
                      "end": 2322,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 16
                        },
                        "end": {
                          "line": 66,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2323,
                    "end": 2331,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 24
                      },
                      "end": {
                        "line": 66,
                        "column": 32
                      }
                    },
                    "name": "material"
                  },
                  "computed": false,
                  "leadingComments": null
                },
                "operator": "===",
                "right": {
                  "type": "Literal",
                  "start": 2336,
                  "end": 2343,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 37
                    },
                    "end": {
                      "line": 66,
                      "column": 44
                    }
                  },
                  "value": "multi",
                  "rawValue": "multi",
                  "raw": "'multi'"
                },
                "leadingComments": null
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 2345,
                "end": 3540,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 46
                  },
                  "end": {
                    "line": 99,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2356,
                    "end": 2393,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 8
                      },
                      "end": {
                        "line": 67,
                        "column": 45
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2356,
                      "end": 2392,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 44
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2356,
                        "end": 2369,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 8
                          },
                          "end": {
                            "line": 67,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2356,
                          "end": 2360,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 8
                            },
                            "end": {
                              "line": 67,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2361,
                          "end": 2369,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 13
                            },
                            "end": {
                              "line": 67,
                              "column": 21
                            }
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 2372,
                        "end": 2392,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 24
                          },
                          "end": {
                            "line": 67,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2376,
                          "end": 2390,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 28
                            },
                            "end": {
                              "line": 67,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2376,
                            "end": 2381,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 28
                              },
                              "end": {
                                "line": 67,
                                "column": 33
                              }
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2382,
                            "end": 2390,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 34
                              },
                              "end": {
                                "line": 67,
                                "column": 42
                              }
                            },
                            "name": "Geometry"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  },
                  {
                    "type": "ForStatement",
                    "start": 2405,
                    "end": 2701,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 8
                      },
                      "end": {
                        "line": 74,
                        "column": 15
                      }
                    },
                    "init": {
                      "type": "VariableDeclaration",
                      "start": 2410,
                      "end": 2458,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 13
                        },
                        "end": {
                          "line": 69,
                          "column": 61
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2414,
                          "end": 2423,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 17
                            },
                            "end": {
                              "line": 69,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2414,
                            "end": 2419,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 17
                              },
                              "end": {
                                "line": 69,
                                "column": 22
                              }
                            },
                            "name": "index"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 2422,
                            "end": 2423,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 25
                              },
                              "end": {
                                "line": 69,
                                "column": 26
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2425,
                          "end": 2458,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 28
                            },
                            "end": {
                              "line": 69,
                              "column": 61
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2425,
                            "end": 2431,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 28
                              },
                              "end": {
                                "line": 69,
                                "column": 34
                              }
                            },
                            "name": "length"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2434,
                            "end": 2458,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 37
                              },
                              "end": {
                                "line": 69,
                                "column": 61
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2434,
                              "end": 2454,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 37
                                },
                                "end": {
                                  "line": 69,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2434,
                                "end": 2447,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2434,
                                  "end": 2438,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 41
                                    }
                                  },
                                  "name": "item"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2439,
                                  "end": 2447,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 50
                                    }
                                  },
                                  "name": "vertices"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2448,
                                "end": 2454,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 57
                                  }
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": "/",
                            "right": {
                              "type": "Literal",
                              "start": 2457,
                              "end": 2458,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 60
                                },
                                "end": {
                                  "line": 69,
                                  "column": 61
                                }
                              },
                              "value": 3,
                              "rawValue": 3,
                              "raw": "3"
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 2460,
                      "end": 2474,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 63
                        },
                        "end": {
                          "line": 69,
                          "column": 77
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 2460,
                        "end": 2465,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 63
                          },
                          "end": {
                            "line": 69,
                            "column": 68
                          }
                        },
                        "name": "index"
                      },
                      "operator": "<",
                      "right": {
                        "type": "Identifier",
                        "start": 2468,
                        "end": 2474,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 71
                          },
                          "end": {
                            "line": 69,
                            "column": 77
                          }
                        },
                        "name": "length"
                      }
                    },
                    "update": {
                      "type": "UpdateExpression",
                      "start": 2476,
                      "end": 2483,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 79
                        },
                        "end": {
                          "line": 69,
                          "column": 86
                        }
                      },
                      "operator": "++",
                      "prefix": false,
                      "argument": {
                        "type": "Identifier",
                        "start": 2476,
                        "end": 2481,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 79
                          },
                          "end": {
                            "line": 69,
                            "column": 84
                          }
                        },
                        "name": "index"
                      }
                    },
                    "body": {
                      "type": "ExpressionStatement",
                      "start": 2498,
                      "end": 2701,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 12
                        },
                        "end": {
                          "line": 74,
                          "column": 15
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2498,
                        "end": 2700,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 12
                          },
                          "end": {
                            "line": 74,
                            "column": 14
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2498,
                          "end": 2525,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 12
                            },
                            "end": {
                              "line": 70,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2498,
                            "end": 2520,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 12
                              },
                              "end": {
                                "line": 70,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2498,
                              "end": 2511,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2498,
                                "end": 2502,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 16
                                  }
                                },
                                "name": "mesh"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2503,
                                "end": 2511,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 25
                                  }
                                },
                                "name": "geometry"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2512,
                              "end": 2520,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 26
                                },
                                "end": {
                                  "line": 70,
                                  "column": 34
                                }
                              },
                              "name": "vertices"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2521,
                            "end": 2525,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 35
                              },
                              "end": {
                                "line": 70,
                                "column": 39
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 2526,
                            "end": 2699,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 40
                              },
                              "end": {
                                "line": 74,
                                "column": 13
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2530,
                              "end": 2543,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 44
                                },
                                "end": {
                                  "line": 70,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2530,
                                "end": 2535,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 49
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2536,
                                "end": 2543,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 57
                                  }
                                },
                                "name": "Vector3"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 2562,
                                "end": 2590,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2562,
                                  "end": 2575,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2562,
                                    "end": 2566,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 20
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2567,
                                    "end": 2575,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 29
                                      }
                                    },
                                    "name": "vertices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "BinaryExpression",
                                  "start": 2576,
                                  "end": 2589,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2576,
                                    "end": 2585,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 39
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2576,
                                      "end": 2581,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 35
                                        }
                                      },
                                      "name": "index"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "Literal",
                                      "start": 2584,
                                      "end": 2585,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 39
                                        }
                                      },
                                      "value": 3,
                                      "rawValue": 3,
                                      "raw": "3"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 2588,
                                    "end": 2589,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 43
                                      }
                                    },
                                    "value": 0,
                                    "rawValue": 0,
                                    "raw": "0"
                                  }
                                },
                                "computed": true
                              },
                              {
                                "type": "MemberExpression",
                                "start": 2609,
                                "end": 2637,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2609,
                                  "end": 2622,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2609,
                                    "end": 2613,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 20
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2614,
                                    "end": 2622,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 29
                                      }
                                    },
                                    "name": "vertices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "BinaryExpression",
                                  "start": 2623,
                                  "end": 2636,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2623,
                                    "end": 2632,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 39
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2623,
                                      "end": 2628,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 35
                                        }
                                      },
                                      "name": "index"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "Literal",
                                      "start": 2631,
                                      "end": 2632,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 39
                                        }
                                      },
                                      "value": 3,
                                      "rawValue": 3,
                                      "raw": "3"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 2635,
                                    "end": 2636,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 43
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                },
                                "computed": true
                              },
                              {
                                "type": "MemberExpression",
                                "start": 2656,
                                "end": 2684,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2656,
                                  "end": 2669,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2656,
                                    "end": 2660,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 20
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2661,
                                    "end": 2669,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 29
                                      }
                                    },
                                    "name": "vertices"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "BinaryExpression",
                                  "start": 2670,
                                  "end": 2683,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2670,
                                    "end": 2679,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 39
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2670,
                                      "end": 2675,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 35
                                        }
                                      },
                                      "name": "index"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "Literal",
                                      "start": 2678,
                                      "end": 2679,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 39
                                        }
                                      },
                                      "value": 3,
                                      "rawValue": 3,
                                      "raw": "3"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 2682,
                                    "end": 2683,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 43
                                      }
                                    },
                                    "value": 2,
                                    "rawValue": 2,
                                    "raw": "2"
                                  }
                                },
                                "computed": true
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2713,
                    "end": 2732,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 8
                      },
                      "end": {
                        "line": 76,
                        "column": 27
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2717,
                        "end": 2731,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 12
                          },
                          "end": {
                            "line": 76,
                            "column": 26
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2717,
                          "end": 2727,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 12
                            },
                            "end": {
                              "line": 76,
                              "column": 22
                            }
                          },
                          "name": "groupCount"
                        },
                        "init": {
                          "type": "Literal",
                          "start": 2730,
                          "end": 2731,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 25
                            },
                            "end": {
                              "line": 76,
                              "column": 26
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2742,
                    "end": 2773,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 8
                      },
                      "end": {
                        "line": 77,
                        "column": 39
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2746,
                        "end": 2772,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 12
                          },
                          "end": {
                            "line": 77,
                            "column": 38
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2746,
                          "end": 2751,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 12
                            },
                            "end": {
                              "line": 77,
                              "column": 17
                            }
                          },
                          "name": "group"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 2754,
                          "end": 2772,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 20
                            },
                            "end": {
                              "line": 77,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2754,
                            "end": 2760,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 20
                              },
                              "end": {
                                "line": 77,
                                "column": 26
                              }
                            },
                            "name": "groups"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2761,
                            "end": 2771,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 27
                              },
                              "end": {
                                "line": 77,
                                "column": 37
                              }
                            },
                            "name": "groupCount"
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ForStatement",
                    "start": 2783,
                    "end": 3450,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 8
                      },
                      "end": {
                        "line": 94,
                        "column": 9
                      }
                    },
                    "init": {
                      "type": "VariableDeclaration",
                      "start": 2788,
                      "end": 2835,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 13
                        },
                        "end": {
                          "line": 78,
                          "column": 60
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2792,
                          "end": 2801,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 17
                            },
                            "end": {
                              "line": 78,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2792,
                            "end": 2797,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 17
                              },
                              "end": {
                                "line": 78,
                                "column": 22
                              }
                            },
                            "name": "index"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 2800,
                            "end": 2801,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 25
                              },
                              "end": {
                                "line": 78,
                                "column": 26
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2803,
                          "end": 2835,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 28
                            },
                            "end": {
                              "line": 78,
                              "column": 60
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2803,
                            "end": 2809,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 28
                              },
                              "end": {
                                "line": 78,
                                "column": 34
                              }
                            },
                            "name": "length"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2812,
                            "end": 2835,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 37
                              },
                              "end": {
                                "line": 78,
                                "column": 60
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2812,
                              "end": 2831,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 37
                                },
                                "end": {
                                  "line": 78,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2812,
                                "end": 2824,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2812,
                                  "end": 2816,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 41
                                    }
                                  },
                                  "name": "item"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2817,
                                  "end": 2824,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 49
                                    }
                                  },
                                  "name": "indices"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2825,
                                "end": 2831,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 56
                                  }
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": "/",
                            "right": {
                              "type": "Literal",
                              "start": 2834,
                              "end": 2835,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 59
                                },
                                "end": {
                                  "line": 78,
                                  "column": 60
                                }
                              },
                              "value": 3,
                              "rawValue": 3,
                              "raw": "3"
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 2837,
                      "end": 2851,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 62
                        },
                        "end": {
                          "line": 78,
                          "column": 76
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 2837,
                        "end": 2842,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 62
                          },
                          "end": {
                            "line": 78,
                            "column": 67
                          }
                        },
                        "name": "index"
                      },
                      "operator": "<",
                      "right": {
                        "type": "Identifier",
                        "start": 2845,
                        "end": 2851,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 70
                          },
                          "end": {
                            "line": 78,
                            "column": 76
                          }
                        },
                        "name": "length"
                      }
                    },
                    "update": {
                      "type": "UpdateExpression",
                      "start": 2853,
                      "end": 2860,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 78
                        },
                        "end": {
                          "line": 78,
                          "column": 85
                        }
                      },
                      "operator": "++",
                      "prefix": false,
                      "argument": {
                        "type": "Identifier",
                        "start": 2853,
                        "end": 2858,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 78
                          },
                          "end": {
                            "line": 78,
                            "column": 83
                          }
                        },
                        "name": "index"
                      }
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 2862,
                      "end": 3450,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 87
                        },
                        "end": {
                          "line": 94,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 2879,
                          "end": 2969,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 12
                            },
                            "end": {
                              "line": 81,
                              "column": 45
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 2883,
                            "end": 2921,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 16
                              },
                              "end": {
                                "line": 80,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 2883,
                              "end": 2908,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 16
                                },
                                "end": {
                                  "line": 80,
                                  "column": 41
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2883,
                                "end": 2894,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2883,
                                  "end": 2888,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 21
                                    }
                                  },
                                  "name": "group"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2889,
                                  "end": 2894,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 27
                                    }
                                  },
                                  "name": "start"
                                },
                                "computed": false
                              },
                              "operator": "+",
                              "right": {
                                "type": "MemberExpression",
                                "start": 2897,
                                "end": 2908,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2897,
                                  "end": 2902,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 35
                                    }
                                  },
                                  "name": "group"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2903,
                                  "end": 2908,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 41
                                    }
                                  },
                                  "name": "count"
                                },
                                "computed": false
                              }
                            },
                            "operator": "<=",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 2912,
                              "end": 2921,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 45
                                },
                                "end": {
                                  "line": 80,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 2912,
                                "end": 2917,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 50
                                  }
                                },
                                "name": "index"
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 2920,
                                "end": 2921,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 54
                                  }
                                },
                                "value": 3,
                                "rawValue": 3,
                                "raw": "3"
                              }
                            }
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 2940,
                            "end": 2969,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 16
                              },
                              "end": {
                                "line": 81,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2940,
                              "end": 2968,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 16
                                },
                                "end": {
                                  "line": 81,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 2940,
                                "end": 2945,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 21
                                  }
                                },
                                "name": "group"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 2948,
                                "end": 2968,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2948,
                                  "end": 2954,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 30
                                    }
                                  },
                                  "name": "groups"
                                },
                                "property": {
                                  "type": "UpdateExpression",
                                  "start": 2955,
                                  "end": 2967,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 43
                                    }
                                  },
                                  "operator": "++",
                                  "prefix": false,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 2955,
                                    "end": 2965,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 41
                                      }
                                    },
                                    "name": "groupCount"
                                  }
                                },
                                "computed": true
                              }
                            }
                          },
                          "alternate": null
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 2985,
                          "end": 3196,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 12
                            },
                            "end": {
                              "line": 87,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 2989,
                              "end": 3195,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 16
                                },
                                "end": {
                                  "line": 87,
                                  "column": 25
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2989,
                                "end": 2995,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 22
                                  }
                                },
                                "name": "normal"
                              },
                              "init": {
                                "type": "ConditionalExpression",
                                "start": 2998,
                                "end": 3195,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 25
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 2998,
                                  "end": 3010,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2998,
                                    "end": 3002,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 29
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3003,
                                    "end": 3010,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 37
                                      }
                                    },
                                    "name": "normals"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "NewExpression",
                                  "start": 3013,
                                  "end": 3183,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 13
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3017,
                                    "end": 3030,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3017,
                                      "end": 3022,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 49
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3023,
                                      "end": 3030,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 57
                                        }
                                      },
                                      "name": "Vector3"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 3049,
                                      "end": 3076,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3049,
                                        "end": 3061,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3049,
                                          "end": 3053,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 20
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3054,
                                          "end": 3061,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 28
                                            }
                                          },
                                          "name": "normals"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "BinaryExpression",
                                        "start": 3062,
                                        "end": 3075,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 42
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3062,
                                          "end": 3071,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 38
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3062,
                                            "end": 3067,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 34
                                              }
                                            },
                                            "name": "index"
                                          },
                                          "operator": "*",
                                          "right": {
                                            "type": "Literal",
                                            "start": 3070,
                                            "end": 3071,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 38
                                              }
                                            },
                                            "value": 3,
                                            "rawValue": 3,
                                            "raw": "3"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3074,
                                          "end": 3075,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 42
                                            }
                                          },
                                          "value": 0,
                                          "rawValue": 0,
                                          "raw": "0"
                                        }
                                      },
                                      "computed": true
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 3095,
                                      "end": 3122,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3095,
                                        "end": 3107,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3095,
                                          "end": 3099,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 20
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3100,
                                          "end": 3107,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 28
                                            }
                                          },
                                          "name": "normals"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "BinaryExpression",
                                        "start": 3108,
                                        "end": 3121,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 42
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3108,
                                          "end": 3117,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 38
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3108,
                                            "end": 3113,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 34
                                              }
                                            },
                                            "name": "index"
                                          },
                                          "operator": "*",
                                          "right": {
                                            "type": "Literal",
                                            "start": 3116,
                                            "end": 3117,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 38
                                              }
                                            },
                                            "value": 3,
                                            "rawValue": 3,
                                            "raw": "3"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3120,
                                          "end": 3121,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 42
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      },
                                      "computed": true
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 3141,
                                      "end": 3168,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3141,
                                        "end": 3153,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3141,
                                          "end": 3145,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 20
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3146,
                                          "end": 3153,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 28
                                            }
                                          },
                                          "name": "normals"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "BinaryExpression",
                                        "start": 3154,
                                        "end": 3167,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 42
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3154,
                                          "end": 3163,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 38
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3154,
                                            "end": 3159,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 34
                                              }
                                            },
                                            "name": "index"
                                          },
                                          "operator": "*",
                                          "right": {
                                            "type": "Literal",
                                            "start": 3162,
                                            "end": 3163,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 38
                                              }
                                            },
                                            "value": 3,
                                            "rawValue": 3,
                                            "raw": "3"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3166,
                                          "end": 3167,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 42
                                            }
                                          },
                                          "value": 2,
                                          "rawValue": 2,
                                          "raw": "2"
                                        }
                                      },
                                      "computed": true
                                    }
                                  ]
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "start": 3186,
                                  "end": 3195,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 25
                                    }
                                  },
                                  "name": "undefined"
                                }
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 3212,
                          "end": 3439,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 12
                            },
                            "end": {
                              "line": 93,
                              "column": 15
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3212,
                            "end": 3438,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 14
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3212,
                              "end": 3236,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 12
                                },
                                "end": {
                                  "line": 89,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3212,
                                "end": 3231,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3212,
                                  "end": 3225,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3212,
                                    "end": 3216,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 16
                                      }
                                    },
                                    "name": "mesh"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3217,
                                    "end": 3225,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 25
                                      }
                                    },
                                    "name": "geometry"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3226,
                                  "end": 3231,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 31
                                    }
                                  },
                                  "name": "faces"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3232,
                                "end": 3236,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 36
                                  }
                                },
                                "name": "push"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 3237,
                                "end": 3437,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3241,
                                  "end": 3252,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3241,
                                    "end": 3246,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 46
                                      }
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3247,
                                    "end": 3252,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 52
                                      }
                                    },
                                    "name": "Face3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3271,
                                    "end": 3298,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3271,
                                      "end": 3283,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3271,
                                        "end": 3275,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3276,
                                        "end": 3283,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 28
                                          }
                                        },
                                        "name": "indices"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "BinaryExpression",
                                      "start": 3284,
                                      "end": 3297,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 42
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 3284,
                                        "end": 3293,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 38
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 3284,
                                          "end": 3289,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 34
                                            }
                                          },
                                          "name": "index"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3292,
                                          "end": 3293,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 38
                                            }
                                          },
                                          "value": 3,
                                          "rawValue": 3,
                                          "raw": "3"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3296,
                                        "end": 3297,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 42
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      }
                                    },
                                    "computed": true
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 3317,
                                    "end": 3344,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3317,
                                      "end": 3329,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3317,
                                        "end": 3321,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3322,
                                        "end": 3329,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 28
                                          }
                                        },
                                        "name": "indices"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "BinaryExpression",
                                      "start": 3330,
                                      "end": 3343,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 42
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 3330,
                                        "end": 3339,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 38
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 3330,
                                          "end": 3335,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 34
                                            }
                                          },
                                          "name": "index"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3338,
                                          "end": 3339,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 38
                                            }
                                          },
                                          "value": 3,
                                          "rawValue": 3,
                                          "raw": "3"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3342,
                                        "end": 3343,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 42
                                          }
                                        },
                                        "value": 1,
                                        "rawValue": 1,
                                        "raw": "1"
                                      }
                                    },
                                    "computed": true
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 3363,
                                    "end": 3390,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3363,
                                      "end": 3375,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3363,
                                        "end": 3367,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3368,
                                        "end": 3375,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 28
                                          }
                                        },
                                        "name": "indices"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "BinaryExpression",
                                      "start": 3376,
                                      "end": 3389,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 42
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 3376,
                                        "end": 3385,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 38
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 3376,
                                          "end": 3381,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 34
                                            }
                                          },
                                          "name": "index"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3384,
                                          "end": 3385,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 38
                                            }
                                          },
                                          "value": 3,
                                          "rawValue": 3,
                                          "raw": "3"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3388,
                                        "end": 3389,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 42
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      }
                                    },
                                    "computed": true
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3392,
                                    "end": 3398,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 51
                                      }
                                    },
                                    "name": "normal"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3400,
                                    "end": 3409,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 62
                                      }
                                    },
                                    "name": "undefined"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 3411,
                                    "end": 3422,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 75
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3411,
                                      "end": 3416,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 69
                                        }
                                      },
                                      "name": "group"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3417,
                                      "end": 3422,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 75
                                        }
                                      },
                                      "name": "index"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 3462,
                    "end": 3531,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 8
                      },
                      "end": {
                        "line": 97,
                        "column": 49
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 3466,
                      "end": 3479,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 12
                        },
                        "end": {
                          "line": 96,
                          "column": 25
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 3467,
                        "end": 3479,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 13
                          },
                          "end": {
                            "line": 96,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3467,
                          "end": 3471,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 13
                            },
                            "end": {
                              "line": 96,
                              "column": 17
                            }
                          },
                          "name": "item"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3472,
                          "end": 3479,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 18
                            },
                            "end": {
                              "line": 96,
                              "column": 25
                            }
                          },
                          "name": "normals"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "ExpressionStatement",
                      "start": 3494,
                      "end": 3531,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 12
                        },
                        "end": {
                          "line": 97,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3494,
                        "end": 3530,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 12
                          },
                          "end": {
                            "line": 97,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3494,
                          "end": 3528,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 12
                            },
                            "end": {
                              "line": 97,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3494,
                            "end": 3507,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 12
                              },
                              "end": {
                                "line": 97,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3494,
                              "end": 3498,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 12
                                },
                                "end": {
                                  "line": 97,
                                  "column": 16
                                }
                              },
                              "name": "mesh"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3499,
                              "end": 3507,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 17
                                },
                                "end": {
                                  "line": 97,
                                  "column": 25
                                }
                              },
                              "name": "geometry"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3508,
                            "end": 3528,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 26
                              },
                              "end": {
                                "line": 97,
                                "column": 46
                              }
                            },
                            "name": "computeVertexNormals"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    "alternate": null
                  }
                ]
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 3546,
                "end": 4063,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 11
                  },
                  "end": {
                    "line": 110,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 3559,
                    "end": 3602,
                    "loc": {
                      "start": {
                        "line": 101,
                        "column": 8
                      },
                      "end": {
                        "line": 101,
                        "column": 51
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 3559,
                      "end": 3601,
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 8
                        },
                        "end": {
                          "line": 101,
                          "column": 50
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 3559,
                        "end": 3572,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 8
                          },
                          "end": {
                            "line": 101,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3559,
                          "end": 3563,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 8
                            },
                            "end": {
                              "line": 101,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3564,
                          "end": 3572,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 13
                            },
                            "end": {
                              "line": 101,
                              "column": 21
                            }
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 3575,
                        "end": 3601,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 24
                          },
                          "end": {
                            "line": 101,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3579,
                          "end": 3599,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 28
                            },
                            "end": {
                              "line": 101,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3579,
                            "end": 3584,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 28
                              },
                              "end": {
                                "line": 101,
                                "column": 33
                              }
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3585,
                            "end": 3599,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 34
                              },
                              "end": {
                                "line": 101,
                                "column": 48
                              }
                            },
                            "name": "BufferGeometry"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3612,
                    "end": 3696,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 8
                      },
                      "end": {
                        "line": 102,
                        "column": 92
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3612,
                      "end": 3695,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 8
                        },
                        "end": {
                          "line": 102,
                          "column": 91
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3612,
                        "end": 3638,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 8
                          },
                          "end": {
                            "line": 102,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3612,
                          "end": 3625,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 8
                            },
                            "end": {
                              "line": 102,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3612,
                            "end": 3616,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 8
                              },
                              "end": {
                                "line": 102,
                                "column": 12
                              }
                            },
                            "name": "mesh"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3617,
                            "end": 3625,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 13
                              },
                              "end": {
                                "line": 102,
                                "column": 21
                              }
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3626,
                          "end": 3638,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 22
                            },
                            "end": {
                              "line": 102,
                              "column": 34
                            }
                          },
                          "name": "addAttribute"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 3639,
                          "end": 3649,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 35
                            },
                            "end": {
                              "line": 102,
                              "column": 45
                            }
                          },
                          "value": "position",
                          "rawValue": "position",
                          "raw": "'position'"
                        },
                        {
                          "type": "NewExpression",
                          "start": 3651,
                          "end": 3694,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 47
                            },
                            "end": {
                              "line": 102,
                              "column": 90
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3655,
                            "end": 3676,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 51
                              },
                              "end": {
                                "line": 102,
                                "column": 72
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3655,
                              "end": 3660,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 51
                                },
                                "end": {
                                  "line": 102,
                                  "column": 56
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3661,
                              "end": 3676,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 57
                                },
                                "end": {
                                  "line": 102,
                                  "column": 72
                                }
                              },
                              "name": "BufferAttribute"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 3677,
                              "end": 3690,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 73
                                },
                                "end": {
                                  "line": 102,
                                  "column": 86
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3677,
                                "end": 3681,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 77
                                  }
                                },
                                "name": "item"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3682,
                                "end": 3690,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 86
                                  }
                                },
                                "name": "vertices"
                              },
                              "computed": false
                            },
                            {
                              "type": "Literal",
                              "start": 3692,
                              "end": 3693,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 88
                                },
                                "end": {
                                  "line": 102,
                                  "column": 89
                                }
                              },
                              "value": 3,
                              "rawValue": 3,
                              "raw": "3"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3706,
                    "end": 3773,
                    "loc": {
                      "start": {
                        "line": 103,
                        "column": 8
                      },
                      "end": {
                        "line": 103,
                        "column": 75
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3706,
                      "end": 3772,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 8
                        },
                        "end": {
                          "line": 103,
                          "column": 74
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3706,
                        "end": 3728,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 8
                          },
                          "end": {
                            "line": 103,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3706,
                          "end": 3719,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 8
                            },
                            "end": {
                              "line": 103,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3706,
                            "end": 3710,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 8
                              },
                              "end": {
                                "line": 103,
                                "column": 12
                              }
                            },
                            "name": "mesh"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3711,
                            "end": 3719,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 13
                              },
                              "end": {
                                "line": 103,
                                "column": 21
                              }
                            },
                            "name": "geometry"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3720,
                          "end": 3728,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 22
                            },
                            "end": {
                              "line": 103,
                              "column": 30
                            }
                          },
                          "name": "setIndex"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NewExpression",
                          "start": 3729,
                          "end": 3771,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 31
                            },
                            "end": {
                              "line": 103,
                              "column": 73
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3733,
                            "end": 3754,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 35
                              },
                              "end": {
                                "line": 103,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3733,
                              "end": 3738,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 35
                                },
                                "end": {
                                  "line": 103,
                                  "column": 40
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3739,
                              "end": 3754,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 41
                                },
                                "end": {
                                  "line": 103,
                                  "column": 56
                                }
                              },
                              "name": "BufferAttribute"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 3755,
                              "end": 3767,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 57
                                },
                                "end": {
                                  "line": 103,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3755,
                                "end": 3759,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 61
                                  }
                                },
                                "name": "item"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3760,
                                "end": 3767,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 69
                                  }
                                },
                                "name": "indices"
                              },
                              "computed": false
                            },
                            {
                              "type": "Literal",
                              "start": 3769,
                              "end": 3770,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 71
                                },
                                "end": {
                                  "line": 103,
                                  "column": 72
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 3783,
                    "end": 3962,
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 8
                      },
                      "end": {
                        "line": 107,
                        "column": 49
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 3787,
                      "end": 3801,
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 12
                        },
                        "end": {
                          "line": 104,
                          "column": 26
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "UnaryExpression",
                        "start": 3788,
                        "end": 3801,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 13
                          },
                          "end": {
                            "line": 104,
                            "column": 26
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3789,
                          "end": 3801,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 14
                            },
                            "end": {
                              "line": 104,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3789,
                            "end": 3793,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 14
                              },
                              "end": {
                                "line": 104,
                                "column": 18
                              }
                            },
                            "name": "item"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3794,
                            "end": 3801,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 19
                              },
                              "end": {
                                "line": 104,
                                "column": 26
                              }
                            },
                            "name": "normals"
                          },
                          "computed": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "ExpressionStatement",
                      "start": 3816,
                      "end": 3897,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 12
                        },
                        "end": {
                          "line": 105,
                          "column": 93
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3816,
                        "end": 3896,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 12
                          },
                          "end": {
                            "line": 105,
                            "column": 92
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3816,
                          "end": 3842,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 12
                            },
                            "end": {
                              "line": 105,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3816,
                            "end": 3829,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 12
                              },
                              "end": {
                                "line": 105,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3816,
                              "end": 3820,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 12
                                },
                                "end": {
                                  "line": 105,
                                  "column": 16
                                }
                              },
                              "name": "mesh"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3821,
                              "end": 3829,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 17
                                },
                                "end": {
                                  "line": 105,
                                  "column": 25
                                }
                              },
                              "name": "geometry"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3830,
                            "end": 3842,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 26
                              },
                              "end": {
                                "line": 105,
                                "column": 38
                              }
                            },
                            "name": "addAttribute"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 3843,
                            "end": 3851,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 39
                              },
                              "end": {
                                "line": 105,
                                "column": 47
                              }
                            },
                            "value": "normal",
                            "rawValue": "normal",
                            "raw": "'normal'"
                          },
                          {
                            "type": "NewExpression",
                            "start": 3853,
                            "end": 3895,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 49
                              },
                              "end": {
                                "line": 105,
                                "column": 91
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3857,
                              "end": 3878,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 53
                                },
                                "end": {
                                  "line": 105,
                                  "column": 74
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3857,
                                "end": 3862,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 58
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3863,
                                "end": 3878,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 74
                                  }
                                },
                                "name": "BufferAttribute"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3879,
                                "end": 3891,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 87
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3879,
                                  "end": 3883,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 79
                                    }
                                  },
                                  "name": "item"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3884,
                                  "end": 3891,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 87
                                    }
                                  },
                                  "name": "normals"
                                },
                                "computed": false
                              },
                              {
                                "type": "Literal",
                                "start": 3893,
                                "end": 3894,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 90
                                  }
                                },
                                "value": 3,
                                "rawValue": 3,
                                "raw": "3"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    "alternate": {
                      "type": "ExpressionStatement",
                      "start": 3925,
                      "end": 3962,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 12
                        },
                        "end": {
                          "line": 107,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3925,
                        "end": 3961,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 12
                          },
                          "end": {
                            "line": 107,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3925,
                          "end": 3959,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 12
                            },
                            "end": {
                              "line": 107,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3925,
                            "end": 3938,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 12
                              },
                              "end": {
                                "line": 107,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3925,
                              "end": 3929,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 12
                                },
                                "end": {
                                  "line": 107,
                                  "column": 16
                                }
                              },
                              "name": "mesh"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3930,
                              "end": 3938,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 17
                                },
                                "end": {
                                  "line": 107,
                                  "column": 25
                                }
                              },
                              "name": "geometry"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3939,
                            "end": 3959,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 26
                              },
                              "end": {
                                "line": 107,
                                "column": 46
                              }
                            },
                            "name": "computeVertexNormals"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3972,
                    "end": 4054,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 8
                      },
                      "end": {
                        "line": 108,
                        "column": 90
                      }
                    },
                    "expression": {
                      "type": "LogicalExpression",
                      "start": 3972,
                      "end": 4053,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 89
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 3972,
                        "end": 3982,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 8
                          },
                          "end": {
                            "line": 108,
                            "column": 18
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3973,
                          "end": 3982,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 9
                            },
                            "end": {
                              "line": 108,
                              "column": 18
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 3974,
                            "end": 3982,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 10
                              },
                              "end": {
                                "line": 108,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3974,
                              "end": 3978,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 10
                                },
                                "end": {
                                  "line": 108,
                                  "column": 14
                                }
                              },
                              "name": "item"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3979,
                              "end": 3982,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 15
                                },
                                "end": {
                                  "line": 108,
                                  "column": 18
                                }
                              },
                              "name": "uvs"
                            },
                            "computed": false
                          }
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "CallExpression",
                        "start": 3986,
                        "end": 4053,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 22
                          },
                          "end": {
                            "line": 108,
                            "column": 89
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3986,
                          "end": 4007,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 22
                            },
                            "end": {
                              "line": 108,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3986,
                            "end": 3994,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 22
                              },
                              "end": {
                                "line": 108,
                                "column": 30
                              }
                            },
                            "name": "geometry"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3995,
                            "end": 4007,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 31
                              },
                              "end": {
                                "line": 108,
                                "column": 43
                              }
                            },
                            "name": "addAttribute"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 4008,
                            "end": 4012,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 44
                              },
                              "end": {
                                "line": 108,
                                "column": 48
                              }
                            },
                            "value": "uv",
                            "rawValue": "uv",
                            "raw": "'uv'"
                          },
                          {
                            "type": "NewExpression",
                            "start": 4014,
                            "end": 4052,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 50
                              },
                              "end": {
                                "line": 108,
                                "column": 88
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4018,
                              "end": 4039,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 54
                                },
                                "end": {
                                  "line": 108,
                                  "column": 75
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4018,
                                "end": 4023,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 59
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4024,
                                "end": 4039,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 75
                                  }
                                },
                                "name": "BufferAttribute"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4040,
                                "end": 4048,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 84
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4040,
                                  "end": 4044,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 80
                                    }
                                  },
                                  "name": "item"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4045,
                                  "end": 4048,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 84
                                    }
                                  },
                                  "name": "uvs"
                                },
                                "computed": false
                              },
                              {
                                "type": "Literal",
                                "start": 4050,
                                "end": 4051,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 87
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  }
                ],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create geometry",
                  "start": 2279,
                  "end": 2297,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 4
                    },
                    "end": {
                      "line": 65,
                      "column": 22
                    }
                  },
                  "range": [
                    2279,
                    2297
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create materials",
                  "start": 4071,
                  "end": 4090,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 4
                    },
                    "end": {
                      "line": 112,
                      "column": 23
                    }
                  },
                  "range": [
                    4071,
                    4090
                  ]
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 4096,
              "end": 5064,
              "loc": {
                "start": {
                  "line": 113,
                  "column": 4
                },
                "end": {
                  "line": 142,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 4100,
                "end": 4136,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 8
                  },
                  "end": {
                    "line": 113,
                    "column": 44
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 4100,
                  "end": 4124,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 8
                    },
                    "end": {
                      "line": 113,
                      "column": 32
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 4100,
                    "end": 4115,
                    "loc": {
                      "start": {
                        "line": 113,
                        "column": 8
                      },
                      "end": {
                        "line": 113,
                        "column": 23
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4100,
                      "end": 4107,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 15
                        }
                      },
                      "name": "context",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4108,
                      "end": 4115,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 16
                        },
                        "end": {
                          "line": 113,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4116,
                    "end": 4124,
                    "loc": {
                      "start": {
                        "line": 113,
                        "column": 24
                      },
                      "end": {
                        "line": 113,
                        "column": 32
                      }
                    },
                    "name": "material"
                  },
                  "computed": false,
                  "leadingComments": null
                },
                "operator": "===",
                "right": {
                  "type": "Literal",
                  "start": 4129,
                  "end": 4136,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 37
                    },
                    "end": {
                      "line": 113,
                      "column": 44
                    }
                  },
                  "value": "multi",
                  "rawValue": "multi",
                  "raw": "'multi'"
                },
                "leadingComments": null
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 4138,
                "end": 4752,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 46
                  },
                  "end": {
                    "line": 130,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 4151,
                    "end": 4743,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 8
                      },
                      "end": {
                        "line": 128,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4151,
                      "end": 4742,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 11
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4151,
                        "end": 4164,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4151,
                          "end": 4155,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4156,
                          "end": 4164,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 13
                            },
                            "end": {
                              "line": 115,
                              "column": 21
                            }
                          },
                          "name": "material"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 4167,
                        "end": 4742,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 24
                          },
                          "end": {
                            "line": 128,
                            "column": 11
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4171,
                          "end": 4190,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 28
                            },
                            "end": {
                              "line": 115,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4171,
                            "end": 4176,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 28
                              },
                              "end": {
                                "line": 115,
                                "column": 33
                              }
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4177,
                            "end": 4190,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 34
                              },
                              "end": {
                                "line": 115,
                                "column": 47
                              }
                            },
                            "name": "MultiMaterial"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 4191,
                            "end": 4741,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 48
                              },
                              "end": {
                                "line": 128,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4191,
                              "end": 4201,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 48
                                },
                                "end": {
                                  "line": 115,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4191,
                                "end": 4197,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 54
                                  }
                                },
                                "name": "groups"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4198,
                                "end": 4201,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 58
                                  }
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 4202,
                                "end": 4740,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 9
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4202,
                                    "end": 4207,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 64
                                      }
                                    },
                                    "name": "group"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 4211,
                                  "end": 4740,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4226,
                                      "end": 4253,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 39
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 4226,
                                        "end": 4252,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 38
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 4226,
                                          "end": 4240,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 26
                                            }
                                          },
                                          "name": "convertVectors"
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 4241,
                                            "end": 4251,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4241,
                                              "end": 4246,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 32
                                                }
                                              },
                                              "name": "group"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4247,
                                              "end": 4251,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 37
                                                }
                                              },
                                              "name": "meta"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 4267,
                                      "end": 4619,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 15
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 4271,
                                          "end": 4618,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 14
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 4271,
                                            "end": 4279,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 24
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "init": {
                                            "type": "NewExpression",
                                            "start": 4282,
                                            "end": 4618,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 14
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4286,
                                              "end": 4303,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 48
                                                }
                                              },
                                              "name": "MeshPhongMaterial"
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 4304,
                                                "end": 4617,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 13
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 4323,
                                                    "end": 4361,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 54
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4323,
                                                      "end": 4328,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 21
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "value": {
                                                      "type": "LogicalExpression",
                                                      "start": 4330,
                                                      "end": 4361,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 54
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 4330,
                                                        "end": 4341,
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4330,
                                                          "end": 4335,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 28
                                                            }
                                                          },
                                                          "name": "group"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4336,
                                                          "end": 4341,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 34
                                                            }
                                                          },
                                                          "name": "color"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 4345,
                                                        "end": 4361,
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 54
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4345,
                                                          "end": 4355,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 48
                                                            }
                                                          },
                                                          "name": "attributes"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4356,
                                                          "end": 4361,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 54
                                                            }
                                                          },
                                                          "name": "color"
                                                        },
                                                        "computed": false
                                                      }
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 4380,
                                                    "end": 4462,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 98
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4380,
                                                      "end": 4387,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "opacity"
                                                    },
                                                    "value": {
                                                      "type": "ConditionalExpression",
                                                      "start": 4389,
                                                      "end": 4462,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 98
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "BinaryExpression",
                                                        "start": 4389,
                                                        "end": 4425,
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 61
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "UnaryExpression",
                                                          "start": 4389,
                                                          "end": 4409,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 45
                                                            }
                                                          },
                                                          "operator": "typeof",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "MemberExpression",
                                                            "start": 4396,
                                                            "end": 4409,
                                                            "loc": {
                                                              "start": {
                                                                "line": 119,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 119,
                                                                "column": 45
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4396,
                                                              "end": 4401,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 119,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 119,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "name": "group"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4402,
                                                              "end": 4409,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 119,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 119,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "name": "opacity"
                                                            },
                                                            "computed": false
                                                          }
                                                        },
                                                        "operator": "!==",
                                                        "right": {
                                                          "type": "Literal",
                                                          "start": 4414,
                                                          "end": 4425,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 61
                                                            }
                                                          },
                                                          "value": "undefined",
                                                          "rawValue": "undefined",
                                                          "raw": "\"undefined\""
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "MemberExpression",
                                                        "start": 4428,
                                                        "end": 4441,
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 64
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 77
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4428,
                                                          "end": 4433,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 64
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 69
                                                            }
                                                          },
                                                          "name": "group"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4434,
                                                          "end": 4441,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 70
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 77
                                                            }
                                                          },
                                                          "name": "opacity"
                                                        },
                                                        "computed": false
                                                      },
                                                      "alternate": {
                                                        "type": "MemberExpression",
                                                        "start": 4444,
                                                        "end": 4462,
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 98
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4444,
                                                          "end": 4454,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 80
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 90
                                                            }
                                                          },
                                                          "name": "attributes"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4455,
                                                          "end": 4462,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 91
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 98
                                                            }
                                                          },
                                                          "name": "opacity"
                                                        },
                                                        "computed": false
                                                      }
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 4481,
                                                    "end": 4522,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 57
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4481,
                                                      "end": 4489,
                                                      "loc": {
                                                        "start": {
                                                          "line": 120,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 120,
                                                          "column": 24
                                                        }
                                                      },
                                                      "name": "specular"
                                                    },
                                                    "value": {
                                                      "type": "LogicalExpression",
                                                      "start": 4491,
                                                      "end": 4522,
                                                      "loc": {
                                                        "start": {
                                                          "line": 120,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 120,
                                                          "column": 57
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 4491,
                                                        "end": 4502,
                                                        "loc": {
                                                          "start": {
                                                            "line": 120,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 120,
                                                            "column": 37
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4491,
                                                          "end": 4496,
                                                          "loc": {
                                                            "start": {
                                                              "line": 120,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 120,
                                                              "column": 31
                                                            }
                                                          },
                                                          "name": "group"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4497,
                                                          "end": 4502,
                                                          "loc": {
                                                            "start": {
                                                              "line": 120,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 120,
                                                              "column": 37
                                                            }
                                                          },
                                                          "name": "color"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 4506,
                                                        "end": 4522,
                                                        "loc": {
                                                          "start": {
                                                            "line": 120,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 120,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4506,
                                                          "end": 4516,
                                                          "loc": {
                                                            "start": {
                                                              "line": 120,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 120,
                                                              "column": 51
                                                            }
                                                          },
                                                          "name": "attributes"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4517,
                                                          "end": 4522,
                                                          "loc": {
                                                            "start": {
                                                              "line": 120,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 120,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "color"
                                                        },
                                                        "computed": false
                                                      }
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 4541,
                                                    "end": 4569,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 44
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4541,
                                                      "end": 4549,
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 24
                                                        }
                                                      },
                                                      "name": "emissive"
                                                    },
                                                    "value": {
                                                      "type": "NewExpression",
                                                      "start": 4551,
                                                      "end": 4569,
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 44
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4555,
                                                        "end": 4566,
                                                        "loc": {
                                                          "start": {
                                                            "line": 121,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 121,
                                                            "column": 41
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4555,
                                                          "end": 4560,
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 35
                                                            }
                                                          },
                                                          "name": "THREE"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4561,
                                                          "end": 4566,
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 41
                                                            }
                                                          },
                                                          "name": "Color"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "start": 4567,
                                                          "end": 4568,
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 43
                                                            }
                                                          },
                                                          "value": 0,
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        }
                                                      ]
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 4588,
                                                    "end": 4602,
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 122,
                                                        "column": 30
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4588,
                                                      "end": 4597,
                                                      "loc": {
                                                        "start": {
                                                          "line": 122,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 122,
                                                          "column": 25
                                                        }
                                                      },
                                                      "name": "shininess"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 4599,
                                                      "end": 4602,
                                                      "loc": {
                                                        "start": {
                                                          "line": 122,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 122,
                                                          "column": 30
                                                        }
                                                      },
                                                      "value": 100,
                                                      "rawValue": 100,
                                                      "raw": "100"
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4635,
                                      "end": 4662,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 39
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4635,
                                        "end": 4661,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 38
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4635,
                                          "end": 4648,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 25
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4635,
                                            "end": 4643,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 20
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4644,
                                            "end": 4648,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 25
                                              }
                                            },
                                            "name": "meta"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 4651,
                                          "end": 4661,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4651,
                                            "end": 4656,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 33
                                              }
                                            },
                                            "name": "group"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4657,
                                            "end": 4661,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 38
                                              }
                                            },
                                            "name": "meta"
                                          },
                                          "computed": false
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4676,
                                      "end": 4699,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 35
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4676,
                                        "end": 4698,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 34
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4676,
                                          "end": 4691,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4676,
                                            "end": 4684,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 20
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4685,
                                            "end": 4691,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 27
                                              }
                                            },
                                            "name": "parent"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4694,
                                          "end": 4698,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 34
                                            }
                                          },
                                          "name": "mesh"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 4713,
                                      "end": 4729,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 28
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 4720,
                                        "end": 4728,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 27
                                          }
                                        },
                                        "name": "material"
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  }
                ]
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 4758,
                "end": 5064,
                "loc": {
                  "start": {
                    "line": 130,
                    "column": 11
                  },
                  "end": {
                    "line": 142,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 4771,
                    "end": 5015,
                    "loc": {
                      "start": {
                        "line": 132,
                        "column": 8
                      },
                      "end": {
                        "line": 138,
                        "column": 11
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4771,
                      "end": 5014,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 10
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4771,
                        "end": 4784,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 8
                          },
                          "end": {
                            "line": 132,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4771,
                          "end": 4775,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4776,
                          "end": 4784,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 13
                            },
                            "end": {
                              "line": 132,
                              "column": 21
                            }
                          },
                          "name": "material"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 4787,
                        "end": 5014,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 24
                          },
                          "end": {
                            "line": 138,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4791,
                          "end": 4808,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 28
                            },
                            "end": {
                              "line": 132,
                              "column": 45
                            }
                          },
                          "name": "MeshPhongMaterial"
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 4809,
                            "end": 5013,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 46
                              },
                              "end": {
                                "line": 138,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 4824,
                                "end": 4847,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 35
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 4824,
                                  "end": 4829,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 17
                                    }
                                  },
                                  "name": "color"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 4831,
                                  "end": 4847,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4831,
                                    "end": 4841,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 29
                                      }
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4842,
                                    "end": 4847,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 35
                                      }
                                    },
                                    "name": "color"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 4862,
                                "end": 4889,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 39
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 4862,
                                  "end": 4869,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 19
                                    }
                                  },
                                  "name": "opacity"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 4871,
                                  "end": 4889,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4871,
                                    "end": 4881,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 31
                                      }
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4882,
                                    "end": 4889,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 39
                                      }
                                    },
                                    "name": "opacity"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 4904,
                                "end": 4930,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 38
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 4904,
                                  "end": 4912,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 20
                                    }
                                  },
                                  "name": "specular"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 4914,
                                  "end": 4930,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4914,
                                    "end": 4924,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 32
                                      }
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4925,
                                    "end": 4930,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 38
                                      }
                                    },
                                    "name": "color"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 4945,
                                "end": 4973,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 40
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 4945,
                                  "end": 4953,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 20
                                    }
                                  },
                                  "name": "emissive"
                                },
                                "value": {
                                  "type": "NewExpression",
                                  "start": 4955,
                                  "end": 4973,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 40
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4959,
                                    "end": 4970,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4959,
                                      "end": 4964,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 31
                                        }
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4965,
                                      "end": 4970,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 37
                                        }
                                      },
                                      "name": "Color"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4971,
                                      "end": 4972,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 39
                                        }
                                      },
                                      "value": 0,
                                      "rawValue": 0,
                                      "raw": "0"
                                    }
                                  ]
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 4988,
                                "end": 5002,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 4988,
                                  "end": 4997,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 21
                                    }
                                  },
                                  "name": "shininess"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 4999,
                                  "end": 5002,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 26
                                    }
                                  },
                                  "value": 100,
                                  "rawValue": 100,
                                  "raw": "100"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5027,
                    "end": 5055,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 8
                      },
                      "end": {
                        "line": 140,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5027,
                      "end": 5054,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 35
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 5027,
                        "end": 5047,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 8
                          },
                          "end": {
                            "line": 140,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5027,
                          "end": 5040,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 8
                            },
                            "end": {
                              "line": 140,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5027,
                            "end": 5031,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 8
                              },
                              "end": {
                                "line": 140,
                                "column": 12
                              }
                            },
                            "name": "mesh"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5032,
                            "end": 5040,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 13
                              },
                              "end": {
                                "line": 140,
                                "column": 21
                              }
                            },
                            "name": "material"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5041,
                          "end": 5047,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 22
                            },
                            "end": {
                              "line": 140,
                              "column": 28
                            }
                          },
                          "name": "parent"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 5050,
                        "end": 5054,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 31
                          },
                          "end": {
                            "line": 140,
                            "column": 35
                          }
                        },
                        "name": "mesh"
                      }
                    }
                  }
                ]
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Create materials",
                  "start": 4071,
                  "end": 4090,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 4
                    },
                    "end": {
                      "line": 112,
                      "column": 23
                    }
                  },
                  "range": [
                    4071,
                    4090
                  ]
                }
              ]
            },
            {
              "type": "ReturnStatement",
              "start": 5072,
              "end": 5114,
              "loc": {
                "start": {
                  "line": 144,
                  "column": 4
                },
                "end": {
                  "line": 144,
                  "column": 46
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 5079,
                "end": 5113,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 11
                  },
                  "end": {
                    "line": 144,
                    "column": 45
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 5079,
                  "end": 5087,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 11
                    },
                    "end": {
                      "line": 144,
                      "column": 19
                    }
                  },
                  "name": "finalize"
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 5088,
                    "end": 5092,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 20
                      },
                      "end": {
                        "line": 144,
                        "column": 24
                      }
                    },
                    "name": "mesh"
                  },
                  {
                    "type": "Identifier",
                    "start": 5094,
                    "end": 5104,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 26
                      },
                      "end": {
                        "line": 144,
                        "column": 36
                      }
                    },
                    "name": "attributes"
                  },
                  {
                    "type": "Identifier",
                    "start": 5106,
                    "end": 5112,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 38
                      },
                      "end": {
                        "line": 144,
                        "column": 44
                      }
                    },
                    "name": "groups"
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null
    },
    {
      "type": "FunctionDeclaration",
      "start": 5121,
      "end": 5478,
      "loc": {
        "start": {
          "line": 147,
          "column": 0
        },
        "end": {
          "line": 156,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 5130,
        "end": 5144,
        "loc": {
          "start": {
            "line": 147,
            "column": 9
          },
          "end": {
            "line": 147,
            "column": 23
          }
        },
        "name": "convertVectors"
      },
      "generator": false,
      "expression": false,
      "async": false,
      "params": [
        {
          "type": "Identifier",
          "start": 5145,
          "end": 5149,
          "loc": {
            "start": {
              "line": 147,
              "column": 24
            },
            "end": {
              "line": 147,
              "column": 28
            }
          },
          "name": "meta"
        }
      ],
      "body": {
        "type": "BlockStatement",
        "start": 5151,
        "end": 5478,
        "loc": {
          "start": {
            "line": 147,
            "column": 30
          },
          "end": {
            "line": 156,
            "column": 1
          }
        },
        "body": [
          {
            "type": "ExpressionStatement",
            "start": 5158,
            "end": 5248,
            "loc": {
              "start": {
                "line": 148,
                "column": 4
              },
              "end": {
                "line": 148,
                "column": 94
              }
            },
            "expression": {
              "type": "AssignmentExpression",
              "start": 5158,
              "end": 5247,
              "loc": {
                "start": {
                  "line": 148,
                  "column": 4
                },
                "end": {
                  "line": 148,
                  "column": 93
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 5158,
                "end": 5166,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 4
                  },
                  "end": {
                    "line": 148,
                    "column": 12
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 5158,
                  "end": 5162,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 4
                    },
                    "end": {
                      "line": 148,
                      "column": 8
                    }
                  },
                  "name": "meta"
                },
                "property": {
                  "type": "Identifier",
                  "start": 5163,
                  "end": 5166,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 9
                    },
                    "end": {
                      "line": 148,
                      "column": 12
                    }
                  },
                  "name": "box"
                },
                "computed": false
              },
              "right": {
                "type": "NewExpression",
                "start": 5169,
                "end": 5247,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 15
                  },
                  "end": {
                    "line": 148,
                    "column": 93
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5173,
                  "end": 5183,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 19
                    },
                    "end": {
                      "line": 148,
                      "column": 29
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5173,
                    "end": 5178,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 19
                      },
                      "end": {
                        "line": 148,
                        "column": 24
                      }
                    },
                    "name": "THREE"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5179,
                    "end": 5183,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 25
                      },
                      "end": {
                        "line": 148,
                        "column": 29
                      }
                    },
                    "name": "Box3"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "start": 5184,
                    "end": 5214,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 30
                      },
                      "end": {
                        "line": 148,
                        "column": 60
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5188,
                      "end": 5201,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 34
                        },
                        "end": {
                          "line": 148,
                          "column": 47
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5188,
                        "end": 5193,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 34
                          },
                          "end": {
                            "line": 148,
                            "column": 39
                          }
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5194,
                        "end": 5201,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 40
                          },
                          "end": {
                            "line": 148,
                            "column": 47
                          }
                        },
                        "name": "Vector3"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "SpreadElement",
                        "start": 5202,
                        "end": 5213,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 48
                          },
                          "end": {
                            "line": 148,
                            "column": 59
                          }
                        },
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5205,
                          "end": 5213,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 51
                            },
                            "end": {
                              "line": 148,
                              "column": 59
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5205,
                            "end": 5209,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 51
                              },
                              "end": {
                                "line": 148,
                                "column": 55
                              }
                            },
                            "name": "meta"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5210,
                            "end": 5213,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 56
                              },
                              "end": {
                                "line": 148,
                                "column": 59
                              }
                            },
                            "name": "min"
                          },
                          "computed": false
                        }
                      }
                    ]
                  },
                  {
                    "type": "NewExpression",
                    "start": 5216,
                    "end": 5246,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 62
                      },
                      "end": {
                        "line": 148,
                        "column": 92
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5220,
                      "end": 5233,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 66
                        },
                        "end": {
                          "line": 148,
                          "column": 79
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5220,
                        "end": 5225,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 66
                          },
                          "end": {
                            "line": 148,
                            "column": 71
                          }
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5226,
                        "end": 5233,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 72
                          },
                          "end": {
                            "line": 148,
                            "column": 79
                          }
                        },
                        "name": "Vector3"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "SpreadElement",
                        "start": 5234,
                        "end": 5245,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 80
                          },
                          "end": {
                            "line": 148,
                            "column": 91
                          }
                        },
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5237,
                          "end": 5245,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 83
                            },
                            "end": {
                              "line": 148,
                              "column": 91
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5237,
                            "end": 5241,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 83
                              },
                              "end": {
                                "line": 148,
                                "column": 87
                              }
                            },
                            "name": "meta"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5242,
                            "end": 5245,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 88
                              },
                              "end": {
                                "line": 148,
                                "column": 91
                              }
                            },
                            "name": "max"
                          },
                          "computed": false
                        }
                      }
                    ]
                  }
                ]
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "start": 5254,
            "end": 5270,
            "loc": {
              "start": {
                "line": 149,
                "column": 4
              },
              "end": {
                "line": 149,
                "column": 20
              }
            },
            "expression": {
              "type": "UnaryExpression",
              "start": 5254,
              "end": 5269,
              "loc": {
                "start": {
                  "line": 149,
                  "column": 4
                },
                "end": {
                  "line": 149,
                  "column": 19
                }
              },
              "operator": "delete",
              "prefix": true,
              "argument": {
                "type": "MemberExpression",
                "start": 5261,
                "end": 5269,
                "loc": {
                  "start": {
                    "line": 149,
                    "column": 11
                  },
                  "end": {
                    "line": 149,
                    "column": 19
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 5261,
                  "end": 5265,
                  "loc": {
                    "start": {
                      "line": 149,
                      "column": 11
                    },
                    "end": {
                      "line": 149,
                      "column": 15
                    }
                  },
                  "name": "meta"
                },
                "property": {
                  "type": "Identifier",
                  "start": 5266,
                  "end": 5269,
                  "loc": {
                    "start": {
                      "line": 149,
                      "column": 16
                    },
                    "end": {
                      "line": 149,
                      "column": 19
                    }
                  },
                  "name": "min"
                },
                "computed": false
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "start": 5276,
            "end": 5292,
            "loc": {
              "start": {
                "line": 150,
                "column": 4
              },
              "end": {
                "line": 150,
                "column": 20
              }
            },
            "expression": {
              "type": "UnaryExpression",
              "start": 5276,
              "end": 5291,
              "loc": {
                "start": {
                  "line": 150,
                  "column": 4
                },
                "end": {
                  "line": 150,
                  "column": 19
                }
              },
              "operator": "delete",
              "prefix": true,
              "argument": {
                "type": "MemberExpression",
                "start": 5283,
                "end": 5291,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 11
                  },
                  "end": {
                    "line": 150,
                    "column": 19
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 5283,
                  "end": 5287,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 11
                    },
                    "end": {
                      "line": 150,
                      "column": 15
                    }
                  },
                  "name": "meta"
                },
                "property": {
                  "type": "Identifier",
                  "start": 5288,
                  "end": 5291,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 16
                    },
                    "end": {
                      "line": 150,
                      "column": 19
                    }
                  },
                  "name": "max"
                },
                "computed": false
              }
            }
          },
          {
            "type": "ForInStatement",
            "start": 5298,
            "end": 5475,
            "loc": {
              "start": {
                "line": 151,
                "column": 4
              },
              "end": {
                "line": 155,
                "column": 5
              }
            },
            "left": {
              "type": "VariableDeclaration",
              "start": 5303,
              "end": 5310,
              "loc": {
                "start": {
                  "line": 151,
                  "column": 9
                },
                "end": {
                  "line": 151,
                  "column": 16
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 5307,
                  "end": 5310,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 13
                    },
                    "end": {
                      "line": 151,
                      "column": 16
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 5307,
                    "end": 5310,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 13
                      },
                      "end": {
                        "line": 151,
                        "column": 16
                      }
                    },
                    "name": "key"
                  },
                  "init": null
                }
              ],
              "kind": "let"
            },
            "right": {
              "type": "Identifier",
              "start": 5314,
              "end": 5318,
              "loc": {
                "start": {
                  "line": 151,
                  "column": 20
                },
                "end": {
                  "line": 151,
                  "column": 24
                }
              },
              "name": "meta"
            },
            "body": {
              "type": "BlockStatement",
              "start": 5320,
              "end": 5475,
              "loc": {
                "start": {
                  "line": 151,
                  "column": 26
                },
                "end": {
                  "line": 155,
                  "column": 5
                }
              },
              "body": [
                {
                  "type": "VariableDeclaration",
                  "start": 5331,
                  "end": 5352,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 8
                    },
                    "end": {
                      "line": 152,
                      "column": 29
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 5335,
                      "end": 5351,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 12
                        },
                        "end": {
                          "line": 152,
                          "column": 28
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 5335,
                        "end": 5339,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 12
                          },
                          "end": {
                            "line": 152,
                            "column": 16
                          }
                        },
                        "name": "item"
                      },
                      "init": {
                        "type": "MemberExpression",
                        "start": 5342,
                        "end": 5351,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 19
                          },
                          "end": {
                            "line": 152,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5342,
                          "end": 5346,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 19
                            },
                            "end": {
                              "line": 152,
                              "column": 23
                            }
                          },
                          "name": "meta"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5347,
                          "end": 5350,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 24
                            },
                            "end": {
                              "line": 152,
                              "column": 27
                            }
                          },
                          "name": "key"
                        },
                        "computed": true
                      }
                    }
                  ],
                  "kind": "let"
                },
                {
                  "type": "IfStatement",
                  "start": 5362,
                  "end": 5468,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 8
                    },
                    "end": {
                      "line": 154,
                      "column": 60
                    }
                  },
                  "test": {
                    "type": "LogicalExpression",
                    "start": 5366,
                    "end": 5405,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 12
                      },
                      "end": {
                        "line": 153,
                        "column": 51
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 5366,
                      "end": 5385,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 12
                        },
                        "end": {
                          "line": 153,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5366,
                        "end": 5379,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 12
                          },
                          "end": {
                            "line": 153,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5366,
                          "end": 5371,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 12
                            },
                            "end": {
                              "line": 153,
                              "column": 17
                            }
                          },
                          "name": "Array"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5372,
                          "end": 5379,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 18
                            },
                            "end": {
                              "line": 153,
                              "column": 25
                            }
                          },
                          "name": "isArray"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5380,
                          "end": 5384,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 26
                            },
                            "end": {
                              "line": 153,
                              "column": 30
                            }
                          },
                          "name": "item"
                        }
                      ]
                    },
                    "operator": "&&",
                    "right": {
                      "type": "BinaryExpression",
                      "start": 5389,
                      "end": 5405,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 35
                        },
                        "end": {
                          "line": 153,
                          "column": 51
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 5389,
                        "end": 5400,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 35
                          },
                          "end": {
                            "line": 153,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5389,
                          "end": 5393,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 35
                            },
                            "end": {
                              "line": 153,
                              "column": 39
                            }
                          },
                          "name": "item"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5394,
                          "end": 5400,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 40
                            },
                            "end": {
                              "line": 153,
                              "column": 46
                            }
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "operator": "==",
                      "right": {
                        "type": "Literal",
                        "start": 5404,
                        "end": 5405,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 50
                          },
                          "end": {
                            "line": 153,
                            "column": 51
                          }
                        },
                        "value": 3,
                        "rawValue": 3,
                        "raw": "3"
                      }
                    }
                  },
                  "consequent": {
                    "type": "ExpressionStatement",
                    "start": 5420,
                    "end": 5468,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 12
                      },
                      "end": {
                        "line": 154,
                        "column": 60
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5420,
                      "end": 5467,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 12
                        },
                        "end": {
                          "line": 154,
                          "column": 59
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 5420,
                        "end": 5429,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 12
                          },
                          "end": {
                            "line": 154,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5420,
                          "end": 5424,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 12
                            },
                            "end": {
                              "line": 154,
                              "column": 16
                            }
                          },
                          "name": "meta"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5425,
                          "end": 5428,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 17
                            },
                            "end": {
                              "line": 154,
                              "column": 20
                            }
                          },
                          "name": "key"
                        },
                        "computed": true
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 5432,
                        "end": 5467,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 24
                          },
                          "end": {
                            "line": 154,
                            "column": 59
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5432,
                          "end": 5461,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 24
                            },
                            "end": {
                              "line": 154,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "NewExpression",
                            "start": 5432,
                            "end": 5451,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 24
                              },
                              "end": {
                                "line": 154,
                                "column": 43
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5436,
                              "end": 5449,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 28
                                },
                                "end": {
                                  "line": 154,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5436,
                                "end": 5441,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 33
                                  }
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5442,
                                "end": 5449,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 41
                                  }
                                },
                                "name": "Vector3"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5452,
                            "end": 5461,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 44
                              },
                              "end": {
                                "line": 154,
                                "column": 53
                              }
                            },
                            "name": "fromArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5462,
                            "end": 5466,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 54
                              },
                              "end": {
                                "line": 154,
                                "column": 58
                              }
                            },
                            "name": "item"
                          }
                        ]
                      }
                    }
                  },
                  "alternate": null
                }
              ]
            }
          }
        ]
      }
    },
    {
      "type": "FunctionDeclaration",
      "start": 5482,
      "end": 5805,
      "loc": {
        "start": {
          "line": 158,
          "column": 0
        },
        "end": {
          "line": 168,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 5491,
        "end": 5499,
        "loc": {
          "start": {
            "line": 158,
            "column": 9
          },
          "end": {
            "line": 158,
            "column": 17
          }
        },
        "name": "finalize"
      },
      "generator": false,
      "expression": false,
      "async": false,
      "params": [
        {
          "type": "Identifier",
          "start": 5500,
          "end": 5504,
          "loc": {
            "start": {
              "line": 158,
              "column": 18
            },
            "end": {
              "line": 158,
              "column": 22
            }
          },
          "name": "mesh"
        },
        {
          "type": "Identifier",
          "start": 5506,
          "end": 5516,
          "loc": {
            "start": {
              "line": 158,
              "column": 24
            },
            "end": {
              "line": 158,
              "column": 34
            }
          },
          "name": "attributes"
        },
        {
          "type": "Identifier",
          "start": 5518,
          "end": 5524,
          "loc": {
            "start": {
              "line": 158,
              "column": 36
            },
            "end": {
              "line": 158,
              "column": 42
            }
          },
          "name": "groups"
        }
      ],
      "body": {
        "type": "BlockStatement",
        "start": 5526,
        "end": 5805,
        "loc": {
          "start": {
            "line": 158,
            "column": 44
          },
          "end": {
            "line": 168,
            "column": 1
          }
        },
        "body": [
          {
            "type": "IfStatement",
            "start": 5533,
            "end": 5782,
            "loc": {
              "start": {
                "line": 159,
                "column": 4
              },
              "end": {
                "line": 165,
                "column": 5
              }
            },
            "test": {
              "type": "UnaryExpression",
              "start": 5537,
              "end": 5553,
              "loc": {
                "start": {
                  "line": 159,
                  "column": 8
                },
                "end": {
                  "line": 159,
                  "column": 24
                }
              },
              "operator": "!",
              "prefix": true,
              "argument": {
                "type": "UnaryExpression",
                "start": 5538,
                "end": 5553,
                "loc": {
                  "start": {
                    "line": 159,
                    "column": 9
                  },
                  "end": {
                    "line": 159,
                    "column": 24
                  }
                },
                "operator": "!",
                "prefix": true,
                "argument": {
                  "type": "MemberExpression",
                  "start": 5539,
                  "end": 5553,
                  "loc": {
                    "start": {
                      "line": 159,
                      "column": 10
                    },
                    "end": {
                      "line": 159,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5539,
                    "end": 5549,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 10
                      },
                      "end": {
                        "line": 159,
                        "column": 20
                      }
                    },
                    "name": "attributes"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5550,
                    "end": 5553,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 21
                      },
                      "end": {
                        "line": 159,
                        "column": 24
                      }
                    },
                    "name": "box"
                  },
                  "computed": false
                }
              }
            },
            "consequent": {
              "type": "BlockStatement",
              "start": 5555,
              "end": 5675,
              "loc": {
                "start": {
                  "line": 159,
                  "column": 26
                },
                "end": {
                  "line": 162,
                  "column": 5
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 5566,
                  "end": 5609,
                  "loc": {
                    "start": {
                      "line": 160,
                      "column": 8
                    },
                    "end": {
                      "line": 160,
                      "column": 51
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 5566,
                    "end": 5608,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 8
                      },
                      "end": {
                        "line": 160,
                        "column": 50
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 5566,
                      "end": 5591,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5566,
                        "end": 5579,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 8
                          },
                          "end": {
                            "line": 160,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5566,
                          "end": 5570,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 8
                            },
                            "end": {
                              "line": 160,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5571,
                          "end": 5579,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 13
                            },
                            "end": {
                              "line": 160,
                              "column": 21
                            }
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5580,
                        "end": 5591,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 22
                          },
                          "end": {
                            "line": 160,
                            "column": 33
                          }
                        },
                        "name": "boundingBox"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 5594,
                      "end": 5608,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 36
                        },
                        "end": {
                          "line": 160,
                          "column": 50
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5594,
                        "end": 5604,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 36
                          },
                          "end": {
                            "line": 160,
                            "column": 46
                          }
                        },
                        "name": "attributes"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5605,
                        "end": 5608,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 47
                          },
                          "end": {
                            "line": 160,
                            "column": 50
                          }
                        },
                        "name": "box"
                      },
                      "computed": false
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5619,
                  "end": 5668,
                  "loc": {
                    "start": {
                      "line": 161,
                      "column": 8
                    },
                    "end": {
                      "line": 161,
                      "column": 57
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 5619,
                    "end": 5667,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 8
                      },
                      "end": {
                        "line": 161,
                        "column": 56
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 5619,
                      "end": 5647,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 36
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5619,
                        "end": 5632,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 8
                          },
                          "end": {
                            "line": 161,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5619,
                          "end": 5623,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5624,
                          "end": 5632,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 13
                            },
                            "end": {
                              "line": 161,
                              "column": 21
                            }
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5633,
                        "end": 5647,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 22
                          },
                          "end": {
                            "line": 161,
                            "column": 36
                          }
                        },
                        "name": "boundingSphere"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 5650,
                      "end": 5667,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 39
                        },
                        "end": {
                          "line": 161,
                          "column": 56
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5650,
                        "end": 5660,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 39
                          },
                          "end": {
                            "line": 161,
                            "column": 49
                          }
                        },
                        "name": "attributes"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5661,
                        "end": 5667,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 50
                          },
                          "end": {
                            "line": 161,
                            "column": 56
                          }
                        },
                        "name": "sphere"
                      },
                      "computed": false
                    }
                  }
                }
              ]
            },
            "alternate": {
              "type": "BlockStatement",
              "start": 5681,
              "end": 5782,
              "loc": {
                "start": {
                  "line": 162,
                  "column": 11
                },
                "end": {
                  "line": 165,
                  "column": 5
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 5692,
                  "end": 5727,
                  "loc": {
                    "start": {
                      "line": 163,
                      "column": 8
                    },
                    "end": {
                      "line": 163,
                      "column": 43
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 5692,
                    "end": 5726,
                    "loc": {
                      "start": {
                        "line": 163,
                        "column": 8
                      },
                      "end": {
                        "line": 163,
                        "column": 42
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5692,
                      "end": 5724,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 8
                        },
                        "end": {
                          "line": 163,
                          "column": 40
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5692,
                        "end": 5705,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 8
                          },
                          "end": {
                            "line": 163,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5692,
                          "end": 5696,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 8
                            },
                            "end": {
                              "line": 163,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5697,
                          "end": 5705,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 13
                            },
                            "end": {
                              "line": 163,
                              "column": 21
                            }
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5706,
                        "end": 5724,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 22
                          },
                          "end": {
                            "line": 163,
                            "column": 40
                          }
                        },
                        "name": "computeBoundingBox"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5737,
                  "end": 5775,
                  "loc": {
                    "start": {
                      "line": 164,
                      "column": 8
                    },
                    "end": {
                      "line": 164,
                      "column": 46
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 5737,
                    "end": 5774,
                    "loc": {
                      "start": {
                        "line": 164,
                        "column": 8
                      },
                      "end": {
                        "line": 164,
                        "column": 45
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5737,
                      "end": 5772,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 8
                        },
                        "end": {
                          "line": 164,
                          "column": 43
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5737,
                        "end": 5750,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 8
                          },
                          "end": {
                            "line": 164,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5737,
                          "end": 5741,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 8
                            },
                            "end": {
                              "line": 164,
                              "column": 12
                            }
                          },
                          "name": "mesh"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5742,
                          "end": 5750,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 13
                            },
                            "end": {
                              "line": 164,
                              "column": 21
                            }
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5751,
                        "end": 5772,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 22
                          },
                          "end": {
                            "line": 164,
                            "column": 43
                          }
                        },
                        "name": "computeBoundingSphere"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                }
              ]
            }
          },
          {
            "type": "ReturnStatement",
            "start": 5790,
            "end": 5802,
            "loc": {
              "start": {
                "line": 167,
                "column": 4
              },
              "end": {
                "line": 167,
                "column": 16
              }
            },
            "argument": {
              "type": "Identifier",
              "start": 5797,
              "end": 5801,
              "loc": {
                "start": {
                  "line": 167,
                  "column": 11
                },
                "end": {
                  "line": 167,
                  "column": 15
                }
              },
              "name": "mesh"
            }
          }
        ]
      }
    }
  ]
}